I've looked at sqlalchemy-migrate, but it just seems like a lot of work and I haven't been able to find any useful examples.
Anyone care to share how they handle this?
Alembic is a lightweight database migration tool for SQLAlchemy. It is created by the author of SQLAlchemy and it has become the de-facto standard tool to perform migrations on SQLAlchemy backed databases.
Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic.
Check out new project Alembic: http://readthedocs.org/docs/alembic/en/latest/index.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With