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
- Release 1.1.8
- Render enum fields as concrete Field instances in migrations (fixes #2155)
- ConnectionHandler.close_all can leak cross-loop connections after loop-switch reconnect
- add an option to create raw SQL statement in tortoise makemigrations.
- Fix filtering by FK instance to use to_field instead of pk
- Fix close_all loop-switch connection leak
- Fix GeometryField value conversion crashing on non-None values
- Inherit Meta.ordering from abstract base models (#2046)
- fetch_related() should allow a manager to be passed as an arg.
- refactor(executor): reduce statements in migrate method
- Docs
- Python not yet supported