python-gino/gino
GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3330
- days_rel: n/a
- days_push: 1663
- n_releases_24m: 0
Adoption not part of the score
2793 stars · 149 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
GINO is a lightweight asynchronous ORM for Python built on top of SQLAlchemy core, supporting PostgreSQL via asyncpg and MySQL via aiomysql. It provides async engine/connection APIs, CRUD model objects, and compatibility with the SQLAlchemy ecosystem such as Alembic migrations.
Use cases
- use an async ORM with PostgreSQL in a FastAPI app
- port legacy SQLAlchemy core code to asyncio
- manage database transactions and connections in async Python
- build CRUD models for asyncpg without raw SQL
- use Alembic migrations with an async database layer
- query PostgreSQL JSONB columns from async Python
When to choose
- you need an asyncio-native database layer for PostgreSQL or MySQL
- you want SQLAlchemy core query building with async execution
- you use FastAPI, Starlette, aiohttp, Sanic, Tornado, or Quart and need async DB access
When to avoid
- you need SQLAlchemy 2.0 support or active development - the project has been quiet since 2022
- you prefer the official asyncio support built into SQLAlchemy itself
- you need databases other than PostgreSQL or MySQL
Facets
library · maturity maintenance
orm database-driver database databases backend web-development python windows asyncio sqlalchemy asyncpg postgresql mysql aiomysql fastapi linux macos
6 sources
- readme: https://github.com/python-gino/gino · fetched 2026-08-28 · ae0fec337574
- homepage: https://python-gino.org/ · fetched 2026-08-29 · b98dcc0ffb77
- site_page: https://python-gino.org/docs · fetched 2026-08-29 · 3e99076248fe
- site_page: https://python-gino.org/docs/en/master/index.html · fetched 2026-08-29 · edd196cd654d
- site_page: https://python-gino.org/docs/en/master/how-to/schema.html · fetched 2026-08-29 · 4921f6ee2b89
- registry_pypi: https://pypi.org/pypi/gino/json · fetched 2026-08-29 · 5d636f4b7590
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| python-gino/gino | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="python-gino/gino")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem