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

tortoise/aerich

A database migrations tool for TortoiseORM, ready to production. observed · 2026-08-28

github.com/tortoise/aerich · homepage · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • 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: 47.5
  • age_days: 2306
  • days_rel: 9
  • days_push: 9
  • n_releases_24m: 9

Full methodology

Adoption not part of the score

1084 stars · 113 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Aerich is a database migration tool for TortoiseORM, similar to Alembic for SQLAlchemy or Django's built-in migrations. It provides a CLI to generate, apply, and roll back schema migrations for MySQL, PostgreSQL, and SQLite databases.

Use cases

  • manage tortoise orm database migrations
  • generate migration files from tortoise orm models
  • upgrade and downgrade database schema versions
  • introspect existing database tables into tortoise models
  • initialize migration folders for a tortoise orm project

When to choose

  • you use TortoiseORM and need versioned schema migrations
  • you want Alembic-like or Django-like migration workflows for an async Python ORM
  • you need to roll back database schema changes safely

When to avoid

  • you use SQLAlchemy (use Alembic instead)
  • you use TortoiseORM >= 1.0.0, which has built-in migration CLI support
  • you need migrations for ORMs other than TortoiseORM

Facets

cli-tool · maturity active

database orm cli developer-tools databases developer-tools backend python cli cross-platform tortoise-orm database-migrations schema-migrations mysql postgresql sqlite async-orm

3 sources

Member repositories

RepositoryRoleHealth v2
tortoise/aerichmain95

For agents

markdown · JSON · MCP: product_card(name="tortoise/aerich")

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