Databases(Migration) - Flask-Migration

Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic. The database operations are made available through the Flask command-line interface or through the Flask-Script extension.
This extension was explain in the previous notes Databases - Flask-SQLAlchemy
Installation¶
previous usage¶
In the previous notes we use this extension to do different things, we did:
Remember this extension work with
flaskcommand
Creating migration repository¶
First database migration¶
Apply changes to database¶