tortoise/tortoise-orm
Familiar asyncio ORM for python, built with relations in mind observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 97
- 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: 13.0
- age_days: 3079
- days_rel: 23
- days_push: 9
- n_releases_24m: 23
Adoption not part of the score
5613 stars · 499 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Tortoise ORM is an asyncio-native Object Relational Mapper for Python with a Django-inspired API, supporting SQLite, PostgreSQL, MySQL, SQL Server, and Oracle. It provides model definitions, relations, queries, and schema migrations for async Python applications.
Use cases
- use an async ORM for a FastAPI backend
- define database models with relations in asyncio Python
- migrate from Django ORM to an async stack
- query PostgreSQL without writing raw SQL in async code
- manage schema migrations for an async Python app
- benchmark-friendly ORM for high-throughput database reads and writes
When to choose
- your application is asyncio-based and needs database access
- you want a Django-like model and query API in async Python
- you need support for multiple relational databases including PostgreSQL and MySQL
- you want a lightweight ORM with good performance
When to avoid
- you need a fully synchronous ORM like Django ORM or SQLAlchemy sync
- your project requires long-term API stability, as breaking changes are expected
- you need NoSQL or non-relational database support
- you rely on Python versions older than 3.10
Facets
library · maturity active
orm database database-driver databases backend web-development python cross-platform asyncio django-inspired postgresql mysql sqlite migrations relational-database
3 sources
- readme: https://github.com/tortoise/tortoise-orm · fetched 2026-08-28 · c17b48905f53
- homepage: https://tortoise.github.io · fetched 2026-08-29 · 5fab6e8d4809
- registry_pypi: https://pypi.org/pypi/tortoise-orm/json · fetched 2026-08-29 · 2cf914589cdb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tortoise/tortoise-orm | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="tortoise/tortoise-orm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem