sdispater/orator
The Orator ORM provides a simple yet beautiful ActiveRecord implementation. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: 4119
- days_rel: n/a
- days_push: 1391
- n_releases_24m: 0
Adoption not part of the score
1414 stars · 166 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Orator is a Python ORM providing an ActiveRecord implementation inspired by Laravel's Eloquent, with a fluent query builder and schema migrations. It supports Postgres, MySQL, and SQLite through standard DBAPI drivers.
Use cases
- use an ActiveRecord-style ORM in Python
- map Python classes to database tables
- run fluent SQL queries without raw SQL
- manage database schema migrations
- build a Laravel-like backend in Python
When to choose
- you prefer Laravel/Eloquent-style ActiveRecord patterns in Python
- you want a simple, expressive ORM for Postgres, MySQL, or SQLite
- you need schema migrations alongside your ORM
When to avoid
- you need async database access
- you want an actively maintained project with recent releases
- you need advanced features like multi-database NoSQL support
Facets
library · maturity maintenance
orm database databases web-development backend python cross-platform active-record laravel-inspired query-builder migrations sql
2 sources
- readme: https://github.com/sdispater/orator · fetched 2026-08-28 · 668301ccee3f
- registry_pypi: https://pypi.org/pypi/orator/json · fetched 2026-08-29 · c30146131bdd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sdispater/orator | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="sdispater/orator")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem