sql-wasm

JSON →
library 1.1.4 ·javascript
verified Jun 7, 2026

SQLite compiled to WebAssembly via Emscripten, version 1.1.4. Provides a synchronous-like API for running SQL queries in both browser and Node.js environments with minimal overhead. Unlike the more common sql.js, sql-wasm requires asynchronous initialization by fetching the .wasm file from network or filesystem, and omits Web Worker support. It ships TypeScript types and aims to be a drop-in replacement with a nearly identical API. Release cadence is low; primarily a port of sql.js with active maintenance.