jet
jet copied to clipboard
Migration support ?
Is there any migration support ?
There is no migration support, because there are already a tone of good database migration tools like goose, go-migrate, etc...
Yep I know all those .
better to pick on and integrate perhaps. Or at least an example to show how to use one with jet
Atlas would be my pick
Why pick only one? Different people have different preferences. Haven't used Atlas, but on first look, it seems that it tries to create a new DDL. Thus it makes the same mistake as ORMs, when they try to create a new language for DML. So Atlas definitely wouldn't be my pick.
thanks @houten11 for your atlas review. i did not think of that. they just add more abstraction layer for nothing.
In my opinion, go-jet
is mainly a tool for building SQL queries, and migration should not be seen as one of its features.