SQLAlchemy migrations for Flask apps using alembic
Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic. The database operations are provided as command-line arguments under the flask db command.
Maintainer: Daniel Dickman <daniel@openbsd.org>