Contents

Flask-Migrate 4.0.7

0

SQLAlchemy database migrations for Flask applications using Alembic.

SQLAlchemy database migrations for Flask applications using Alembic.

Stars: 2291, Watchers: 2291, Forks: 221, Open Issues: 10

The miguelgrinberg/Flask-Migrate repo was created 10 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 2291 github stars!

How to Install flask-migrate

You can install flask-migrate using pip

pip install flask-migrate

or add it to a project with poetry

poetry add flask-migrate

Package Details

Author
License
MIT
Homepage
PyPi:
https://pypi.org/project/Flask-Migrate/
GitHub Repo:
https://github.com/miguelgrinberg/flask-migrate

Classifiers

No  flask-migrate  pypi packages just yet.

Errors

A list of common flask-migrate errors.

Code Examples

Here are some flask-migrate code examples and snippets.

GitHub Issues

The flask-migrate package has 10 open issues on GitHub

  • Generating infinite migration

See more issues on GitHub

Related Packages & Articles

Flask-Log-Request-ID 0.10.1

Flask extension that can parse and handle multiple types of request-id sent by request processors like Amazon ELB, Heroku or any multi-tier infrastructure as the one used for microservices.