gino
gino copied to clipboard
GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
### Description **use WRK test three types of web frame to read one recorder in postgresql database : 1、Sanic+gino, 2、flask+sqlalchemy+gevent+gunicorn, 3、Golang gin+gorm.** test machine: MacBook Pro 8GB - concurrence result...
Regarding https://github.com/fantix/gino/issues/511 Exactly what syntax is used to get the "connection" that will allow the documented code to function? Changing the doc to the correct syntax without retrofitting the docs...
Sanic extension: typo or bug in listeners? * GINO version: 0.8.5 * Python version: 3.7.4 * asyncpg version: 0.20.0 * aiocontextvars version: 0.2.2 * PostgreSQL version: 11.5 * sanic version:...
* GINO version: 0.8.2 * Python version: 3.7.2 * asyncpg version: 0.18.3 * aiocontextvars version: 0.2.2 * PostgreSQL version: 11.3 ### Description I'm using sanic and gino. Also used pytest-sanic...
* GINO version: 0.8.1 * Python version: 3.6.6 * asyncpg version: 0.18.2 * aiocontextvars version: 0.2.1 * PostgreSQL version: 10.6 ### Description Hello, I would like to know if it...
I have a `db.Model` called `Widget` with approximately 10 fields of different types. And I create rows in database using ``` await Widget.create(**request.json) ``` Everything is fine while request payload...
We are stopping to use GitHub Issues for questions, please go to the GitHub [Discussions Q&A](https://github.com/python-gino/gino/discussions?discussions_q=category%3AQ%26A) instead.
Add version check for asyncpg in executor function