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

sqlalchemy/alembic

A database migrations tool for SQLAlchemy. observed · 2026-08-28

github.com/sqlalchemy/alembic · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
sqlalchemy/alembicmain97

For agents

markdown · JSON · MCP: product_card(name="sqlalchemy/alembic")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem