-
FastAPI has no way to manage models and migrations.
The models should be able to use .filter(...) statements so we don't have to write SQL ourselves.
This framework should also work with a kind …
-
### 系统版本:Ubuntu 20.04
### 真寻版本:0.1.6.3
### 错误截图
```
08-27 01:14:20 [ERROR] nonebot | Failed to import "bilibili_sub"
Traceback (most recent call last):
File "bot.py", line 14, in
non…
-
Hi, I'm trying to test my endpoints, and I want to create an object in database before send request to endpoint.
but I get **attached to different loop** error.
I tried the [How to fix "attached to…
-
This repository has shown me a very interesting way of organsing the db logic and I'm interested in the reasons behind your decisions. Thank you! (It's really amazing work and really helpful.)
-
Django's approach leads to ugly code (`order_line__variant__product__name__icontains=...` etc.), does not allow for explicit aliasing and breaks things like static type checking and autocomplete (PyCh…
-
**Describe the bug**
SQLAlchemy < 1.4 is sometimes using `threading.Lock()` to control concurrency, and this is also used in 1.4 AsyncEngine / AsyncConnection. As the 2nd `threading.Lock.acquire()`…
-
**Describe the bug**
Currently, we have a lot of examples of different use cases in `sanic`. However, it's missing from the Documentation.
**Code snippet**
NA
**Expected behavior**
It will b…
-
I believe there is no benchmark testing this ORM while it start to gain traction. It is built using SQLAlchemy Core and would allow for more insight into Tortoise asyncio vs Gino asyncio implementatio…
-
I have a list of rows I wish to update. I want to update them in a similar fashion as done in [bulk_update_mappings](https://docs.sqlalchemy.org/en/14/orm/session_api.html#sqlalchemy.orm.Session.bulk_…
-
You can take any number of sessions from scoped session object, but all requests will be queued at the psycopg2 level. To avoid this you need to use an asynchronous client, such as aiopg or asyncpg. T…