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
- Backward relation deletion raises OperationalError: near "LEFT": syntax error
- [WIP] Fix pydantic optional
- Awaiting `Model.bulk_create` on a list of objects returns None and also does not fill the `id` field of the list items!
- Add exists filter syntax
- Modifying on_delete from default CASCADE to SET_NULL and running `aerich migrate` does not generate migration file
- Add execute method to QuerySetSingle and AwaitableQuery for sync contexts
- subclass does not inherit parent's ordering
- Incorrect JOIN aliasing when filtering on multiple ManyToMany relations to the same table
- Typing issue with `ForeignKeyNullableRelation`
- feat: add Dameng database backend support
- Docs
- Python not yet supported