gino icon indicating copy to clipboard operation
gino copied to clipboard

GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.

Results 60 gino issues
Sort by recently updated
recently updated
newest added

* GINO version: 1.0.1 * Python version: 3.8.2 * asyncpg version: 0.20.1 * PostgreSQL version: 12.3 (Ubuntu 12.3-1.pgdg20.04+1) ### Description I'm trying to use UUID value as unique Id in...

question

NOTE: This might just be because I couldn't find any documentation on the proper way to do this! * GINO version: current * Python version: 3.7.x * asyncpg version: current...

question

* GINO version: 0.8 * Python version: 3.6 * asyncpg version: 0.17.0 * aiocontextvars version: 0.2.0 ### Description does it suport mysql? i run the demo , it told me...

feature request

`create_all` and `drop_all` requires it (#160), and probably useful for end users (#147).

help wanted
task

http://docs.sqlalchemy.org/en/latest/core/reflection.html Not sure how much this is helpful in practice, only listing here for discussion.

help wanted
feature request

Tutorials - [x] tutorial (fantix) - [x] FastAPI tutorial (fantix) How-To Guides - [x] schema (fantix) - [x] transaction (fantix) - [x] crud - [x] relationship (fantix) - [x] FAQ...

task

- [x] `api.py` - [x] `engine.py` - [x] `crud.py` - [x] `declarative.py` - [x] `strategies.py` - [x] `transaction.py` - [x] `loader.py` - [x] `aiocontextvars.py` - [ ] `json_support.py` - [...

help wanted
task

Hi, I am trying to integrate SQLTap into a project with Sanic and GINO. * GINO version: 0.8.0 * Python version: 3.6.6 * asyncpg version: 0.17.0 * aiocontextvars version: 0.2.0...

bug

* GINO version:0.8.6 * Python version: 3.8 * asyncpg version: 0.18 * aiocontextvars version:0.2.2 * PostgreSQL version: ### Description I'm trying to write tests for my Quart application. As per...

question

Translations are supposed to be done on [Transifex](https://www.transifex.com/decentfox-studio/gino/), and the built docs can be found here: https://python-gino.org/docs/zh/master/index.html Automated build is already set, only translation to go! - [x] index (fantix)...

enhancement
help wanted