sqlite/sqlite
Official Git mirror of the SQLite source tree observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: n/a
- age_days: 2725
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
10347 stars · 1631 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The official Git mirror of the SQLite source tree, containing the complete source code for the SQLite embedded SQL database engine. SQLite is a self-contained, serverless, zero-configuration, public-domain C library used ubiquitously for local data storage.
Use cases
- embed a lightweight SQL database in an application
- store app data locally without running a database server
- use a file-based relational database in C/C++ projects
- build offline-first apps with local persistence
- replace flat files with a queryable database
- read or write SQLite database files programmatically
When to choose
- you need an embedded, serverless SQL database with minimal setup
- you want a public-domain, dependency-free C library for data storage
- you need a widely deployed, battle-tested database engine
- you are building desktop, mobile, or IoT apps needing local storage
When to avoid
- you need a client-server database with concurrent network access
- you want to contribute pull requests (upstream uses Fossil and does not accept them)
- you need official check-in names or documentation, which live on sqlite.org
Facets
library · maturity stable
database database-driver embedded databases developer-tools cross-platform cross-platform c embedded sqlite embedded-database sql public-domain git-mirror fossil
1 source
- readme: https://github.com/sqlite/sqlite · fetched 2026-08-28 · c779711e1589
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sqlite/sqlite | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem