sqlite-idb

JSON →
library 0.0.16 ·javascript
verified Jun 7, 2026

sqlite-idb (v0.0.16) is a lightweight library that runs SQLite in the browser using WebAssembly and stores the database in IndexedDB for persistence. It provides a tagged template literal API for SQL queries (sql.rows, sql.first, sql.multiple) and supports custom SQL functions via createFunction. Ships TypeScript types and aims for a minimal footprint. Release cadence is irregular. Differentiator: combines SQLite's full SQL engine with IndexedDB's persistent storage without needing a server.