SeaQL/sea-query
🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite 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
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
- readme: https://github.com/SeaQL/sea-query · fetched 2026-08-28 · 5c6e3f67871d
- homepage: https://www.sea-ql.org · fetched 2026-08-29 · 5037e63b3ba4
- site_page: https://www.sea-ql.org/about-us · fetched 2026-08-29 · 831c38ca8c52
- registry_crates: https://crates.io/api/v1/crates/sea-query · fetched 2026-08-29 · 2b272819b6bd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| SeaQL/sea-query | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem