SQLite Wasm ES Module
JSON →SQLite Wasm conveniently wrapped as an ES Module. Current stable version is 3.42.0-build6. This package provides a zero-dependency, drop-in ES Module wrapper for SQLite's official WebAssembly build, allowing SQLite to run in the browser. Key differentiators: supports both main thread (transient storage) and worker thread (with origin private file system for persistent storage), maintains unmodified upstream code, ships TypeScript types, and requires specific HTTP headers (COOP/COEP) for OPFS support. Released as needed per SQLite version bumps.
Resources
packagesqlite-esm ↗