tortoise-orm
https://github.com/tortoise/tortoise-orm
Python
Familiar asyncio ORM for python, built with relations in mind
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported2 Subscribers
Add a CodeTriage badge to tortoise-orm
Help out
- Issues
- DROP INDEX in migrations is not schema-qualified (PostgreSQL/Oracle) — breaks RemoveIndex/RemoveConstraint for models outside the default schema
- fix: schema-qualify DROP INDEX for non-default schemas
- chore(deps): bump anyio from 4.12.1 to 4.14.2
- fix(psycopg): check connection health on pool checkout
- fix(migrations): preserve cross-app foreign key columns and constraints across sibling apps
- perf(migrations): speed up state replay and snapshots
- fix(migrations): emit Meta.constraints in CREATE TABLE (#2272)
- Constraints defined within Meta are not applied when performing data migrations.
- fix(queryset): hydrate select_related by field order
- Split a comma-joined host list into a sequence for asyncpg
- Docs
- Python not yet supported