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
- `bulk_update()` ignores explicitly set values for `DatetimeField(auto_now=True)` and recalculates timestamp per object
- `tortoise migrate` fails to insert migration info row into tortoise_migrations table when using MariaDB
- feat: Add prepared/compiled/cached parametrized queries
- Implement json_contains filter for SQLite backend
- test: verify LIKE filter in update queries uses parameterized values
- Fix bulk_update raising syntax error for ForeignKey fields
- Fix auto_now field not updated with save(update_fields=[...])
- Generated SQL missing fk in table definition
- Fix sql(params_inline=True) not inlining subquery filter values
- from_tortoise_orm generated redundant queries
- Docs
- Python not yet supported