sqlite/sqlite-wasm
SQLite Wasm conveniently wrapped as an ES Module. observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 92
- Release rhythm 80
- Longevity 88
Flags: 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: 7
- age_days: 1238
- days_rel: 134
- days_push: 51
- n_releases_24m: 32
Adoption not part of the score
1044 stars · 91 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An npm package that wraps the official SQLite WebAssembly (Wasm) build as a convenient ES Module with added TypeScript types. It enables running SQLite in the browser, including persistent storage via the Origin Private File System (OPFS) when used in a worker.
Use cases
- run sqlite in the browser
- client-side persistent database with opfs
- use sqlite as an es module in javascript
- offline-first web app with local sql storage
- query data in a web worker with sqlite wasm
- in-memory sqlite database in node.js
When to choose
- you need a full SQL database running entirely client-side in the browser
- you want persistent browser storage via OPFS backed by SQLite
- you want the official SQLite Wasm build with TypeScript types and easy ESM import
When to avoid
- you need file-persisted SQLite in Node.js (only in-memory is supported there)
- you need server-side SQLite with native performance
- you cannot set COOP/COEP headers required for OPFS in a worker
Facets
library · maturity active
database database-driver wasm databases web-development frontend browser wasm sqlite esm opfs webassembly client-side-database typescript-types nodejs javascript
1 source
- readme: https://github.com/sqlite/sqlite-wasm · fetched 2026-08-28 · f97855605807
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sqlite/sqlite-wasm | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="sqlite/sqlite-wasm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem