Schema Migration Tool Preference #2999
Unanswered
robertsosinski
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I use the PostgreSQL extension system. My application code is packaged as a SQL extension and updated via |
Beta Was this translation helpful? Give feedback.
3 replies
-
I use agnostic. Just like the name says, it's ORM, web framework agnostic, so you can use it with PostgREST. I'm using it right now to migrate a codebase from fastAPI to PostgREST and it's working fine. Another good one is Alembic, but you have to use SQLAlchemy tools, idioms to build the migrations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm just interested in what schema migration tools y'all have used with Postgres and hope to discover anything new out there.
I've used Flyway because I like writing migrations in SQL and I also like being able to define repeatable migrations for views and functions. Wonder what else offers this or what other features are out there.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions