# teodevgroup/teo

High performance ergonomic ORM for Rust.

Repository: https://github.com/teodevgroup/teo
Canonical: https://ross.abutalabs.com/products/teo
Homepage: https://teodev.io
Language: Rust
License: MIT
License Family: permissive
Topics: orm, rust, database, http
Last push: 2026-02-12T08:58:03+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 67, release rhythm 35, longevity 100
- inputs: {"age_days": 1568, "days_push": 202, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1403, forks 45 (observed 2026-08-28T04:04:37.930874+00:00)

## What it is
Teo is a high-performance, fully asynchronous ORM for Rust supporting MySQL, PostgreSQL, SQLite, and MongoDB. It offers ergonomic query APIs and incremental database migrations, though the project is still a work in progress.

## Use cases
- model database entities in Rust with an ORM
- query MySQL or PostgreSQL from a Rust app
- run incremental database migrations
- use MongoDB from Rust with typed queries
- build a schema-only backend app in Rust

## When to choose
- you want an ergonomic async ORM in Rust with multi-database support
- you need built-in incremental migrations
- you prefer schema-driven development

## When to avoid
- you need a fully mature, battle-tested ORM
- you need databases other than MySQL, PostgreSQL, SQLite, or MongoDB
- you want a synchronous ORM

## Facets
- artifact type: library
- maturity: active
- function: orm, database, web-framework
- domain: databases, backend, web-development
- platform: rust, cross-platform
- tags: async, mysql, postgresql, sqlite, mongodb, database-migrations, schema-first

## Member repositories
- teodevgroup/teo (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:37.930874+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:56.623039+00:00, confidence not recorded.
  - readme: https://github.com/teodevgroup/teo (fetched 2026-08-28T04:04:37.930874+00:00, sha cd57d1fa9671)
  - registry_crates: https://crates.io/api/v1/crates/teo (fetched 2026-08-29T11:53:37.014546+00:00, sha 958d695992b9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
