5 ms·
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 cas
by Oxodao 2mo 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 https://github.com/oxodao/micromigrations
EDIT: Also Doctrine is really great in the Symfony world, I like it much more than django-orm