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 using update_or_create in the presence of concurrent requests, it can lead to deadlocks.
- ValuesQuery execution fails when using select_related()
- You can add an analog of Django's Auto Field, because so far I don't see the possibility to make an IntField with the auto increment parameter
- 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???
- tortoise中使用celery
- 'ReadTheDocs' documentation offline
- Initializer doesn't support multiple apps
- Join the same table twice
- Docs
- Python not yet supported