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

rusqlite/rusqlite

Ergonomic bindings to SQLite for Rust observed · 2026-08-28

github.com/rusqlite/rusqlite · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 99
  • Release rhythm 84
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 45
  • age_days: 4320
  • days_rel: 25
  • days_push: 10
  • n_releases_24m: 10

Full methodology

Adoption not part of the score

4374 stars · 491 forks observed · 2026-08-28

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

Rusqlite is an ergonomic Rust library providing bindings to SQLite, with an optional bundled feature that compiles SQLite from source. It offers a safe, idiomatic API for opening connections, executing statements, and mapping query rows to Rust types.

Use cases

  • use sqlite from rust
  • embed a local database in a rust application
  • query sqlite and map rows to rust structs
  • bundle sqlite with my rust binary
  • open an in-memory sqlite database in rust

When to choose

  • you need a local, embedded relational database in a Rust project
  • you want safe, ergonomic SQLite bindings with active maintenance
  • you want to avoid system SQLite version issues via the bundled feature

When to avoid

  • you need a client-server database like PostgreSQL or MySQL
  • you are building a generic library around rusqlite and want to avoid forcing the bundled feature
  • you need async-first database access without blocking calls

Facets

library · maturity stable

database-driver database databases developer-tools rust cross-platform sqlite ffi-bindings embedded-database

2 sources

Member repositories

RepositoryRoleHealth v2
rusqlite/rusqlitemain94

For agents

markdown · JSON · MCP: product_card(name="rusqlite/rusqlite")

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