Comment by Shorel
Good may be an alternative to Alembic, so we can get rid of the Python requirement =)
(Checks it out...)
Ahh, this is also Alembic.
Good may be an alternative to Alembic, so we can get rid of the Python requirement =)
(Checks it out...)
Ahh, this is also Alembic.
Goose is great, been using it for many years and is my goto db schema manager.
Love how you can write you migrations in go using goose and mix in raw sql migrations as well. Allows for great flexibility when doing complicated migrations and enables writing unit tests for migrations with regular go test
I've been looking at Atlas as an alternative to Alembic recently, it seems nice, but I'm wary of the non open source features.
I use goose[1] for db migrations.
[1]: https://github.com/pressly/goose