tursodatabase/libsql
libSQL is a fork of SQLite that is both Open Source, and Open Contributions. 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
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
- readme: https://github.com/tursodatabase/libsql · fetched 2026-08-28 · 72dbc1766a79
- homepage: https://turso.tech/libsql · fetched 2026-08-29 · 514244eccc4b
- site_page: https://docs.turso.tech · fetched 2026-08-29 · 23fd4c6d06d2
- site_page: https://docs.turso.tech/sdk · fetched 2026-08-29 · df8a5d3c336a
- site_page: https://docs.turso.tech/sdk/activerecord/quickstart · fetched 2026-08-29 · f82d28b0f923
- site_page: https://docs.turso.tech/sdk/swift/quickstart · fetched 2026-08-29 · 9d9f2f00c76f
- site_page: https://docs.turso.tech/sdk/kotlin/quickstart · fetched 2026-08-29 · bce238192bb1
- site_page: https://docs.turso.tech/sdk/flutter/quickstart · fetched 2026-08-29 · 4dfc4bdf0f58
- site_page: https://docs.turso.tech/quickstart · fetched 2026-08-29 · bff7f8248180
- site_page: https://turso.tech/pricing · fetched 2026-08-29 · 1757d8900f8f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tursodatabase/libsql | main | 79 |
For agents
markdown · JSON · MCP: product_card(name="tursodatabase/libsql")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem