Ross ROSS = Recommend OSS · open-source software intelligence for agents

miguelgrinberg/Flask-Migrate

SQLAlchemy database migrations for Flask applications using Alembic observed · 2026-08-28

github.com/miguelgrinberg/Flask-Migrate · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
miguelgrinberg/Flask-Migratemain60

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