-
Dear @arthurio , Is there any intention of having Tortoise ORM as backend for fastapi filter?
KR!
-
Hello,
I am currently working on a project using Tortoise-ORM and I'm trying to implement a feature where my database tables are partitioned by month. I would appreciate any guidance or best practi…
-
**Is your feature request related to a problem? Please describe.**
I am using Postgres JSONB columns for storing complex data structures, and I have Pydantic models representing those data structur…
-
Hello,
I have a little problem when I use tortoise-orm query.
I am using fastapi-0.112.0, tortoise-orm-0.21.5, and the database is sqlite3 or postgreSQL.
I have a query interface that us…
-
**Describe the bug**
I use Tortoise ORM with FastAPI contrib and MySQL database. There are some places in my code where I use `toirtoise.transactions.in_transaction` and it causes this error sometime…
-
I making a hard query to the database using Tortoise ORM. I using tortoise.expressions.F to work with my model data, but there is same field names in my models (e.x. id). F field returning an error:
…
-
Hi, i think it would be really cool to add the [Falcon API](https://github.com/falconry/falcon) to the supported contribs.
-
## What
Add a DB to the project to store each knowledge table.
## Why
We currently just store in memory for ease of use. Works fine, but for larger workloads or analytical usecases it would…
-
#### The problem
I came from a company that uses SQLAlchemy + `factory_boy`, and I loved it. Now, I have joined a company that uses [Tortoise ORM](https://github.com/tortoise/tortoise-orm). It woul…
-
Dear sir,
thanks for your sharing of using FastAPI at production level, I am using FastAPI as well now, but I found that it seems that the only disturbing point to me is that the choice of ORM mode…