-
Hi, I'm not sure if this is an issue or I'm doing something wrong but I picked tortoise for a new asyncio project (previously have been using peewee) and have encountered 1 issue.
I have a model su…
-
Well, it's me again. :-) I met something really weird. It seems like we can't use field name `alias` in m2m tables i.e. prefetch_related won't work with it.
Is it reserved for something?
I have …
-
This requires 2 things
1) switching from sqlite to preferably postgres
2) Using an asynchronous database adapter like asyncpg or aiopg. Maintaining peewee as ORM preferable if possible
-
I know that tortoise already has a `unque_together` feature, but is there any way to add a multicolumn index without unique constraint?
-
Hi, i cant seem to be able to get the underlying object when i either `get` or `filter` what i get back is a `QuerySet`.
### tortoise-orm version : 0.13.12
### python version : 3.7
example:
…
-
**Is your feature request related to a problem? Please describe.**
As of [v0.13.2](https://github.com/tortoise/tortoise-orm/tree/0.13.12) there is no support for database functions. Depending on your…
-
**Is your feature request related to a problem? Please describe.**
Currently tortoise only uses 1 concurrent database connection instead of multiple ones, meaning that one expensive database query ca…
-
below are a few things related to trying to use tortoise, not sure if i should split this up into even more issues but i'm not sure all of them are even bugs
some background: i'm currently using pe…
-
**Is your feature request related to a problem? Please describe.**
Users and authentication is an extremely common problem. Many web apps include some form of account system, user credentials, and th…
-
ref: https://github.com/encode/orm