Welcome to GINO’s documentation!¶
GINO - GINO Is Not ORM - is a lightweight asynchronous ORM built on top of SQLAlchemy core for Python asyncio. Now (early 2020) GINO supports only one dialect asyncpg.
-
Lessons for the newcomer to get started
-
Solve specific problems by steps
-
Explains the background and context
-
Describes the software as it is