nalgeon/sqlean
The ultimate set of SQLite extensions observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 86
- 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: 64
- age_days: 2012
- days_rel: 19
- days_push: 11
- n_releases_24m: 8
Adoption not part of the score
4366 stars · 156 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A curated collection of SQLite loadable extensions packaged into domain modules like crypto, math, regexp, stats, text, time, uuid, and fileio. It provides precompiled binaries for Linux, Windows, and macOS, acting as an extended standard library for SQLite.
Use cases
- add regular expression support to sqlite queries
- compute median and statistics in sqlite
- generate uuids in sqlite
- read and write files from sqlite
- fuzzy string matching in sqlite
- load csv files as virtual tables in sqlite
- hash and encode data in sqlite
When to choose
- you need functions sqlite lacks, like regexp, statistics, or uuid generation
- you want tested, documented, prebuilt sqlite extensions for multiple platforms
- you want a single bundled extension file instead of hunting scattered extensions
When to avoid
- you need extensions with external dependencies beyond the C standard library
- you use a database other than sqlite
- you need a 32-bit build
Facets
library · maturity active
database parser cryptography math date-time csv json search-engine databases developer-tools files windows cross-platform cli sqlite sqlite-extensions c standard-library loadable-extensions uuid algorithms linux macos
1 source
- readme: https://github.com/nalgeon/sqlean · fetched 2026-08-28 · 6be946f7acb6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nalgeon/sqlean | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem