phiresky/sql.js-httpvfs
Hosting read-only SQLite databases on static file hosters like Github Pages observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1949
- days_rel: n/a
- days_push: 757
- n_releases_24m: 0
Adoption not part of the score
3697 stars · 107 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A TypeScript library that wraps sql.js (SQLite compiled to WebAssembly) with an HTTP-Range-request based virtual file system, allowing read-only SQLite databases hosted on static file hosts like GitHub Pages to be queried from the browser without downloading the whole file. It includes lazy fetching logic with adaptive read heads and a proof-of-concept DOM virtual table queryable from SQL.
Use cases
- query a large SQLite database from the browser without downloading it fully
- host a searchable database on GitHub Pages or any static file hoster
- serve read-only SQL-backed data with no backend server
- build client-side full-text search over a static SQLite FTS database
- reduce bandwidth costs by letting the CDN cache only accessed database chunks
- run SQL queries directly against browser DOM data
When to choose
- your data is read-only and fits well in an indexed SQLite database
- you want to host a queryable database entirely on static hosting with zero backend
- you need client-side SQL or FTS search over large datasets with minimal downloads
When to avoid
- you need write access to the database from clients
- your database and indexes are poorly structured, causing excessive HTTP range requests
- you need a traditional server-side database with concurrent writers
Facets
library · maturity active
database database-driver http-client search-engine databases web-development frontend browser wasm sqlite http-range-requests static-hosting emscripten webassembly read-only-database github-pages virtual-file-system search web-server nodejs
2 sources
- readme: https://github.com/phiresky/sql.js-httpvfs · fetched 2026-08-28 · 05ff57e484c8
- registry_npm: https://registry.npmjs.org/sql.js-httpvfs · fetched 2026-08-29 · ebbf5ecfcad4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| phiresky/sql.js-httpvfs | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="phiresky/sql.js-httpvfs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem