Hacker News new | ask | show | jobs
by Oxodao 1 day ago
In go, for my personal projects only I don't think it would scale, I made my own migration tool since I am not using an ORM. It works pretty well for my use case and is quite simple.

https://github.com/oxodao/micromigrations

EDIT: Also Doctrine is really great in the Symfony world, I like it much more than django-orm