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

SeaQL/sea-query

🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite observed · 2026-08-28

github.com/SeaQL/sea-query · homepage · Rust · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 97
  • Release rhythm 97
  • Longevity 100

Flags: no_license

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: 29.5
  • age_days: 2086
  • days_rel: 21
  • days_push: 21
  • n_releases_24m: 15

Full methodology

Adoption not part of the score

1750 stars · 275 forks observed · 2026-08-28

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

SeaQuery is a dynamic SQL query builder for Rust that lets you construct queries and schema statements as abstract syntax trees via an ergonomic API. It supports MySQL, Postgres, and SQLite behind a common interface and serves as the foundation of SeaORM.

Use cases

  • build dynamic SQL queries in Rust
  • generate SQL for MySQL, Postgres and SQLite from one API
  • construct schema and table definitions programmatically
  • compose conditional expressions and filters at runtime
  • integrate query building with sqlx, postgres, or rusqlite

When to choose

  • you need runtime-composable SQL without string concatenation
  • you want a lightweight, dependency-free query builder in Rust
  • you're building on SeaORM or need a common interface across three SQL backends

When to avoid

  • you need MS SQL Server support outside SeaORM X
  • you prefer writing raw SQL or using a full ORM directly
  • you're not working in Rust

Facets

library · maturity stable

database-driver orm databases backend developer-tools rust cross-platform sql-query-builder mysql postgresql sqlite seaorm type-safe-sql

4 sources

Member repositories

RepositoryRoleHealth v2
SeaQL/sea-querymain98

For agents

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

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