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
- When creating objects via bulk_create with ignore_confilcts=False, an exception does not fire, the program simply stops execution, you have to wrap it in an exception handler and only then it catches the error, can you fix it? So that raise pops up in case of an exception by itself
- how to realize count and distinct together?
- how to use group_concat with group by in tortoise???
- 'ReadTheDocs' documentation offline
- Initializer doesn't support multiple apps
- Join the same table twice
- 数据库字段设置null=True时,通过pydantic_model_creator还是要必填
- relation not found - How to use .fetch_related()?
- Columns named `pk` cause RecursionError
- `auto_now` field does not get updated on `model.save(update_fields=[])` if it is not included in `update_fields`
- Docs
- Python not yet supported