miguelgrinberg/Flask-Migrate
SQLAlchemy database migrations for Flask applications using Alembic observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 82
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4742
- days_rel: 600
- days_push: 111
- n_releases_24m: 1
Adoption not part of the score
2404 stars · 235 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Flask-Migrate is a Flask extension that wraps Alembic to handle SQLAlchemy database migrations. It exposes migration operations as command-line arguments under the `flask db` command.
Use cases
- manage sqlalchemy schema migrations in a flask app
- create and apply database migrations with flask db commands
- version control database schema changes for a flask project
- sync database schema across environments using alembic
- upgrade an existing flask database schema after model changes
When to choose
- you have a Flask application using Flask-SQLAlchemy or SQLAlchemy and need schema migrations
- you want Alembic migrations integrated with Flask's CLI
- you need reproducible database upgrades across development and production
When to avoid
- your project does not use Flask or SQLAlchemy
- you need migrations for non-SQL databases
- you use a different web framework with its own migration tooling
Facets
library · maturity stable
database cli databases web-development developer-tools python cli flask sqlalchemy alembic database-migrations flask-extension
2 sources
- readme: https://github.com/miguelgrinberg/Flask-Migrate · fetched 2026-08-28 · d85efd79504a
- registry_pypi: https://pypi.org/pypi/flask-migrate/json · fetched 2026-08-29 · ce75ada9ffe0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| miguelgrinberg/Flask-Migrate | main | 60 |
For agents
markdown · JSON · MCP: product_card(name="miguelgrinberg/Flask-Migrate")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem