-
#### The problem
Coming from Django where we used Factory Boy really a lot to a new, async stack to fully support GraphQL with subscriptions which are really cool (uvicorn + Starlette + Ariadne) we a…
-
We have tried to upgrade from gino to sqlalchemy 1.4, but at least as of now (April 2021), it is not worth it.
The only benefit of sqlalchemy that gino lacked was many to many relationship manageme…
-
Hi,
In the doc https://www.starlette.io/database/ , you explain we can use GINO as an async ORM solution with sqlalchemy, but it seems databases requires sqlalchemy>=2.0.7 and gino requires sqlalche…
-
GINO has come a long way and supports alembic migrations, etc. It seems like it might be a good ORM that supports async to use in conjunction with fastapi.
-
* GINO version: 1.0.1
* Python version: 3.8.2
* asyncpg version: 0.20.1
### Description
The case is simple: a table represents `product` (each with one brand attribute), pointing at a `brand` ta…
lsabi updated
4 years ago
-
-
My PyCharm IDE does not show any suggesstion which I see in documentation page of Gino.
Anyone can help me to config IDE or any ways to fix it, please?
Thank you very much.
![Screenshot from 2021…
-
* GINO version: 1.0.1
* Python version: 3.6.9
* asyncpg version: 0.20.1
* aiocontextvars version: 0.2.2
* PostgreSQL version: 10
### Description
Hi Guys, thanks for hardwork, we were dreamin…
-
* GINO version:1.0.1
* Python version: 3.7
* asyncpg version: 0.18.3
### Description
Hello, i want to pass couple of hosts to connection string, is it possible to do so with Gino?
I want t…
-
I look forward to agnostic turbulette to test it with mongodb/motor, I have done some personal tests but since you are going to release a version to be able to use it with all databases, I better hope…