Python SQLAlchemy Database Migrations -


this question has answer here:

what correct way handle database migrations in sql alchemy? if update orm class underlying table updated itself? correct way of doing this?

you tagged question flask, assume using flask-sqlalchemy. if that's case, take @ flask-migrate, flask extension wraps alembic.

alembic database migration tool written author of sqlalchemy.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -