Hacker News new | ask | show | jobs
by peburrows 2113 days ago
So... do pretty much exactly what ORMs with migration support already do for you?
2 comments

Yes, but write the DDL by hand rather than having it auto-generated.
Yes, the point is that you don’t need an ORM to manage migrations.