logoalt Hacker News

Shorelyesterday at 6:54 AM2 repliesview on HN

Good may be an alternative to Alembic, so we can get rid of the Python requirement =)

(Checks it out...)

Ahh, this is also Alembic.


Replies

leosanchezyesterday at 9:26 AM

I use goose[1] for db migrations.

[1]: https://github.com/pressly/goose

show 1 reply
Hasnepyesterday at 7:07 AM

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.

https://github.com/ariga/atlas

show 1 reply