Y
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
nicoburns
2113 days ago
Yes, but write the DDL by hand rather than having it auto-generated.
link
dgellow
2113 days ago
Yes, the point is that you don’t need an ORM to manage migrations.
link