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