sqlalchemy/alembic
A database migrations tool for SQLAlchemy. observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 97
- Release rhythm 96
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 22.5
- age_days: 2836
- days_rel: 25
- days_push: 19
- n_releases_24m: 23
Adoption not part of the score
4342 stars · 365 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Alembic is a database schema migration tool for SQLAlchemy, supporting versioned migration scripts with upgrade/downgrade steps. It can autogenerate migrations by diffing the database schema against SQLAlchemy models and supports transactional DDL and offline SQL script generation.
Use cases
- manage database schema migrations for a SQLAlchemy project
- autogenerate migration scripts from changed ORM models
- upgrade and downgrade database schema versions
- generate SQL migration scripts for DBA review
- apply ALTER statements to evolve table structures
When to choose
- your application uses SQLAlchemy and needs versioned schema migrations
- you want autogenerated migrations from Python model changes
- you need transactional DDL support on PostgreSQL or SQL Server
When to avoid
- you use an ORM other than SQLAlchemy
- you need a database-agnostic migration tool without SQLAlchemy
- you only need simple schema setup without version tracking
Facets
cli-tool · maturity stable
database cli developer-tools databases developer-tools backend python cli cross-platform sqlalchemy database-migrations schema-migration ddl autogenerate-migrations
2 sources
- readme: https://github.com/sqlalchemy/alembic · fetched 2026-08-28 · fb2500a449e3
- registry_pypi: https://pypi.org/pypi/alembic/json · fetched 2026-08-29 · b07b1982fc7c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sqlalchemy/alembic | main | 97 |
For agents
markdown · JSON · MCP: product_card(name="sqlalchemy/alembic")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem