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
Post a Comment