piccolo-orm/piccolo
A fast, user friendly ORM and query builder which supports asyncio. observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 96
- Release rhythm 95
- Longevity 100
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: 14.0
- age_days: 2867
- days_rel: 37
- days_push: 26
- n_releases_24m: 25
Adoption not part of the score
1937 stars · 114 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Piccolo is a fast, user-friendly ORM and query builder for Python with first-class asyncio support. It includes batteries like migrations, a User model, authentication, and integrates with ASGI frameworks such as FastAPI and Starlette.
Use cases
- query a postgres database with async python
- orm for fastapi app
- build a web app with sqlite and asyncio
- manage database migrations in python
- type-annotated query builder for python
- add user authentication to a python backend
- scaffold an asgi web app with an orm
When to choose
- you need async or sync database access in Python with Postgres or SQLite
- you want a modern, fully type-annotated ORM with tab completion
- you're building an ASGI web app (FastAPI, Starlette, Litestar, etc.) and want an integrated ORM with migrations and auth
When to avoid
- you need databases other than Postgres, SQLite, or CockroachDB
- your team is heavily invested in Django ORM or SQLAlchemy ecosystems
- you need a synchronous-only, minimal ORM without extra batteries
Facets
library · maturity active
orm database auth middleware databases web-development backend developer-tools python cross-platform asyncio query-builder postgresql sqlite asgi fastapi migrations type-annotated
3 sources
- readme: https://github.com/piccolo-orm/piccolo · fetched 2026-08-28 · 375e50fc07f0
- homepage: https://piccolo-orm.com/ · fetched 2026-08-29 · 35506d280c60
- registry_pypi: https://pypi.org/pypi/piccolo/json · fetched 2026-08-29 · 40cce5b357d8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| piccolo-orm/piccolo | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="piccolo-orm/piccolo")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem