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
- Make EmailValidator allowed_domains actually restrict domains
- fix(queryset): preserve select_for_update in values and values_list
- chore(deps): bump setuptools from 82.0.0 to 83.0.0
- fix(queryset): make distinct().count() ignore join-duplicated rows
- Migrations not adding inherited fields until 2nd migration, and not making PKs generated
- `.values_list()` / `.values()` silently drop `select_for_update()` - rows are not locked
- feat(indexes): add nulls_not_distinct option to PostgreSQLIndex
- Fix BlackSheep cross-task database access
- ci: pin third-party actions to full commit SHAs (matching the existing setup-uv pin)
- contrib.blacksheep.register_tortoise breaks under ASGI: "No TortoiseContext is currently active" on every DB query (missing _enable_global_fallback=True)
- Docs
- Python not yet supported