Ross ROSS = Recommend OSS · open-source software intelligence for agents

python-gino/gino

GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core. observed · 2026-08-28

github.com/python-gino/gino · homepage · Python · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
python-gino/ginomain32

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