tursodatabase/turso
A SQL database in Rust: SQLite-compatible, now also speaking Postgres (experimental). The LLVM of databases. observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 99
- Release rhythm 95
- Longevity 78
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: 1103
- days_rel: 34
- days_push: 7
- n_releases_24m: 44
Adoption not part of the score
24027 stars · 1287 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Turso is an in-process SQL database written in Rust that is compatible with SQLite and experimentally supports a Postgres frontend. Like SQLite, it compiles SQL into bytecode for an internal virtual machine, and ships bindings for Rust, JavaScript, Python, and Java.
Use cases
- embed a SQLite-compatible SQL database in a Rust application
- replace SQLite with a Rust-native database engine
- run SQL queries in-process without a separate database server
- use a SQLite-compatible database from Python or Node.js
- run a SQL database compiled to WebAssembly in the browser
- experiment with a Postgres wire-compatible embedded database
When to choose
- you want SQLite compatibility with a modern Rust implementation
- you need an embedded, in-process database with no server dependency
- you want multi-language bindings (Rust, JS, Python, Java) for an embedded SQL engine
- you want to run SQL in WebAssembly environments
When to avoid
- you need full Postgres feature support today (the Postgres frontend is experimental)
- you need a client-server database with network access out of the box
- you require battle-tested stability equivalent to SQLite for critical production workloads
Facets
library · maturity active
database database-driver interpreter wasm databases developer-tools backend cross-platform rust python wasm jvm sqlite-compatible embedded-database sql postgres-frontend in-process-database bytecode-vm nodejs
2 sources
- readme: https://github.com/tursodatabase/turso · fetched 2026-08-28 · b523dd332a49
- registry_crates: https://crates.io/api/v1/crates/turso · fetched 2026-08-29 · d2df65eddca6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tursodatabase/turso | main | 93 |
For agents
markdown · JSON · MCP: product_card(name="tursodatabase/turso")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem