rhashimoto/wa-sqlite
WebAssembly SQLite with support for browser storage extensions observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 98
- Release rhythm 85
- 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: 43.0
- age_days: 1961
- days_rel: 22
- days_push: 17
- n_releases_24m: 11
Adoption not part of the score
1406 stars · 108 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
wa-sqlite is a WebAssembly build of SQLite with JavaScript-extensible virtual filesystem (VFS) support. It enables running SQLite in the browser with storage backends like IndexedDB and Origin Private File System, in synchronous or asynchronous builds.
Use cases
- run sqlite in the browser
- persist app data client-side with indexeddb
- store structured data in opfs
- use a real sql database in a web app without a server
- write custom sqlite vfs in javascript
- offline-first web app with local database
When to choose
- you need full SQL in a browser-based application
- you want client-side persistent storage with IndexedDB or OPFS backends
- you need to customize SQLite behavior via JavaScript VFS extensions
When to avoid
- you need a server-side or native (non-browser) database
- you only need simple key-value storage without SQL
- your target browsers lack WebAssembly or OPFS support
Facets
library · maturity active
database database-driver file-system databases web-development browser-extensions developer-tools browser wasm cross-platform sqlite webassembly indexeddb opfs vfs browser-storage sql javascript
1 source
- readme: https://github.com/rhashimoto/wa-sqlite · fetched 2026-08-28 · ea6107db2839
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rhashimoto/wa-sqlite | main | 94 |
For agents
markdown · JSON · MCP: product_card(name="rhashimoto/wa-sqlite")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem