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

SeaQL/sea-orm

🐚 A powerful relational ORM for Rust observed · 2026-08-28

github.com/SeaQL/sea-orm · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 99
  • Release rhythm 97
  • 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
  • age_days: 2031
  • days_rel: 21
  • days_push: 8
  • n_releases_24m: 38

Full methodology

Adoption not part of the score

9869 stars · 727 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

SeaORM is an async, dynamic relational ORM for Rust supporting MySQL, PostgreSQL, SQLite, and MariaDB. It provides entity generation, migrations, relations, transactions, and a batteries-included query builder for building web services.

Use cases

  • use an orm in rust with postgres
  • generate rust entities from an existing database schema
  • manage database migrations in a rust web service
  • model one-to-many and many-to-many relations in rust
  • build a rest or graphql api backed by sql in rust
  • run async crud queries with tokio and sqlx

When to choose

  • you want an async, dynamic ORM in Rust with a familiar ActiveRecord-like developer experience
  • you need multi-database support (Postgres, MySQL, MariaDB, SQLite) with migrations and entity generation
  • you're building REST, GraphQL, or gRPC services and want batteries-included querying, pagination, and relations

When to avoid

  • you prefer compile-time checked SQL and maximum type safety (consider Diesel)
  • you want raw SQL control without an ORM abstraction layer
  • your project is not async or does not use tokio/async-std runtimes

Facets

library · maturity stable

orm database database-driver databases backend web-development developer-tools rust cross-platform async sqlx tokio postgres mysql sqlite mariadb migrations entity-generation graphql-support

10 sources

Member repositories

RepositoryRoleHealth v2
SeaQL/sea-ormmain98

For agents

markdown · JSON · MCP: product_card(name="SeaQL/sea-orm")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem