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

tursodatabase/libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions. observed · 2026-08-28

github.com/tursodatabase/libsql · homepage · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

79/100

  • Activity 99
  • Release rhythm 40
  • 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: 17.5
  • age_days: 1434
  • days_rel: 565
  • days_push: 7
  • n_releases_24m: 9

Full methodology

Adoption not part of the score

17169 stars · 527 forks observed · 2026-08-28

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

libSQL is an open source, open contribution fork of SQLite maintained by Turso, adding features like vector search, concurrent writes, async I/O, replication, and server access over the network. It ships as an embedded database engine with client SDKs for many languages and is fully backwards compatible with SQLite.

Use cases

  • embed a SQLite-compatible database in my app
  • run vector similarity search for RAG without extensions
  • sync a local database with a cloud replica
  • replace SQLite with a drop-in fork that accepts contributions
  • query a remote database over HTTP from TypeScript or Python
  • run a database in the browser with WebAssembly
  • store per-user or per-agent databases as files

When to choose

  • you need SQLite compatibility plus modern features like vector search, concurrent writes, or replication
  • you want an embedded database that can also sync to or be accessed from the cloud
  • you want to contribute improvements back to a SQLite fork under an MIT license

When to avoid

  • you need strict upstream SQLite with its conservative release process and wide third-party tooling guarantees
  • you need a heavy multi-user client-server RDBMS like PostgreSQL with rich server-side features
  • your stack depends on SQLite extensions or behaviors that libSQL may not track

Facets

library · maturity active

database vector-database database-driver databases developer-tools artificial-intelligence cross-platform windows wasm browser rust cpp python go self-hosted sqlite-fork embedded-database open-contribution turso embedded-replicas local-first sync sql retrieval-augmented-generation linux macos android ios nodejs swift

10 sources

Member repositories

RepositoryRoleHealth v2
tursodatabase/libsqlmain79

For agents

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

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