# sdispater/orator

The Orator ORM provides a simple yet beautiful ActiveRecord implementation.

Repository: https://github.com/sdispater/orator
Canonical: https://ross.abutalabs.com/products/orator
Homepage: https://orator-orm.com
Language: Python
License: MIT
License Family: permissive
Topics: python, orm, database
Archived: true
Last push: 2022-11-11T09:02:02+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4119, "days_push": 1391, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1414, forks 166 (observed 2026-08-28T04:04:39.674297+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: orm, database
- domain: databases, web-development, backend
- platform: python, cross-platform
- tags: active-record, laravel-inspired, query-builder, migrations, sql

## Member repositories
- sdispater/orator (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:39.674297+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:38:14.187804+00:00, confidence not recorded.
  - readme: https://github.com/sdispater/orator (fetched 2026-08-28T04:04:39.674297+00:00, sha 668301ccee3f)
  - registry_pypi: https://pypi.org/pypi/orator/json (fetched 2026-08-29T11:51:17.093546+00:00, sha c30146131bdd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
