Questions tagged [gino]

GINO is a SQLAlchemy based asynchronous ORM for Python.

GINO is a SQLAlchemy based asynchronous ORM for Python.

Features

  • Robust SQLAlchemy-asyncpg bi-translator with no hard hack.

  • Asynchronous SQLAlchemy-alike engine and connection.

  • Asynchronous dialect API.

  • Asynchronous-friendly CRUD objective models

  • Well-considered contextual connection and transaction management

  • Reusing native SQLAlchemy core to build queries with grammar sugars

  • Support SQLAlchemy ecosystem, e.g. Alembic for migration

17 questions
0
votes
1 answer

postgres - How to efficiently find if a matching pair exists for the given tables

items id | name | group ----------------------------------------------------------- 1 | /foo/ | app1 2 | /foo/1 | app1 3 | /bar/2 |…
akhi
  • 664
  • 2
  • 10
  • 23
0
votes
1 answer

PyInstaller + Asyncpg: Cannot import name exceptions

I have a problem when I create a build with PyInstaller. This is the stacktrace of error: File "asyncpg/protocol/__init__.py", line 8, in File "asyncpg/protocol/protocol.pyx", line 1, in init asyncpg.protocol.protocol File…
Flavio Milan
  • 467
  • 3
  • 16
1
2