# mackyle/sqlite

Unofficial git mirror of SQLite sources (see link for build instructions)

Repository: https://github.com/mackyle/sqlite
Canonical: https://ross.abutalabs.com/products/mackyle-sqlite
Homepage: https://repo.or.cz/sqlite.git
Language: C
License: NOASSERTION
License Family: other
Last push: 2026-08-05T09:58:21+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 35, longevity 100
- inputs: {"age_days": 4842, "days_push": 28, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1958, forks 511 (observed 2026-08-28T04:05:59.222880+00:00)

## What it is
An unofficial Git mirror of the complete SQLite source code, a self-contained C library implementing an embedded SQL database engine supporting most of SQL-92. The official development happens in Fossil; this mirror exists for Git-based access and requires a small script to generate Fossil manifest files before building.

## Use cases
- embed a lightweight sql database in my application
- build sqlite from source using git
- browse sqlite source code history on github
- use an embedded database without running a server
- contribute to or study the sqlite codebase via git
- ship a zero-configuration database with a mobile or desktop app

## When to choose
- you need a proven, public-domain, serverless embedded SQL database
- you want to build SQLite from source via a Git clone
- you need a database engine that runs on virtually any platform including embedded devices

## When to avoid
- you need a client-server multi-user database like PostgreSQL or MySQL
- you want to submit pull requests - upstream does not accept them and development happens in Fossil
- you need official check-in names or the authoritative repository history

## Facets
- artifact type: library
- maturity: stable
- function: database, database-driver, embedded
- domain: databases, developer-tools, cross-platform
- platform: cross-platform, c, windows, embedded
- tags: sqlite, git-mirror, sql-database, public-domain, embedded-database, serverless-database, linux, macos

## Member repositories
- mackyle/sqlite (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:59.222880+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-30T03:05:59.938750+00:00, confidence not recorded.
  - readme: https://github.com/mackyle/sqlite (fetched 2026-08-28T04:05:59.222880+00:00, sha c779711e1589)
  - homepage: https://repo.or.cz/sqlite.git (fetched 2026-08-29T10:45:56.205191+00:00, sha 243a69a6fc3c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
