# tursodatabase/libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.

Repository: https://github.com/tursodatabase/libsql
Canonical: https://ross.abutalabs.com/products/libsql
Homepage: https://turso.tech/libsql
Language: C
License: MIT
License Family: permissive
Topics: sqlite, database, embedded-database, rust, webassembly
Last push: 2026-08-26T19:32:13+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 40, longevity 100
- inputs: {"age_days": 1434, "days_push": 7, "days_rel": 565, "gap_med": 17.5, "n_releases_24m": 9}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 17169, forks 527 (observed 2026-08-28T04:11:17.768771+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: database, vector-database, database-driver
- domain: databases, developer-tools, artificial-intelligence
- platform: cross-platform, windows, wasm, browser, rust, cpp, python, go, self-hosted
- tags: sqlite-fork, embedded-database, open-contribution, turso, embedded-replicas, local-first, sync, sql, retrieval-augmented-generation, linux, macos, android, ios, nodejs, swift

## Member repositories
- tursodatabase/libsql (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:17.768771+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:03:28.992389+00:00, confidence not recorded.
  - readme: https://github.com/tursodatabase/libsql (fetched 2026-08-28T04:11:17.768771+00:00, sha 72dbc1766a79)
  - homepage: https://turso.tech/libsql (fetched 2026-08-29T08:01:34.807843+00:00, sha 514244eccc4b)
  - site_page: https://docs.turso.tech (fetched 2026-08-29T08:01:34.817419+00:00, sha 23fd4c6d06d2)
  - site_page: https://docs.turso.tech/sdk (fetched 2026-08-29T08:01:34.821138+00:00, sha df8a5d3c336a)
  - site_page: https://docs.turso.tech/sdk/activerecord/quickstart (fetched 2026-08-29T08:01:34.822883+00:00, sha f82d28b0f923)
  - site_page: https://docs.turso.tech/sdk/swift/quickstart (fetched 2026-08-29T08:01:34.824553+00:00, sha 9d9f2f00c76f)
  - site_page: https://docs.turso.tech/sdk/kotlin/quickstart (fetched 2026-08-29T08:01:34.826350+00:00, sha bce238192bb1)
  - site_page: https://docs.turso.tech/sdk/flutter/quickstart (fetched 2026-08-29T08:01:34.828198+00:00, sha 4dfc4bdf0f58)
  - site_page: https://docs.turso.tech/quickstart (fetched 2026-08-29T08:01:34.830102+00:00, sha bff7f8248180)
  - site_page: https://turso.tech/pricing (fetched 2026-08-29T08:01:34.819442+00:00, sha 1757d8900f8f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
