node-sqlite-purejs

JSON →
library 0.0.2 ·javascript deprecated
verified Jun 7, 2026

SQLite compiled to JavaScript via Emscripten, providing a pure-JS SQLite implementation that avoids native C bindings and node-gyp compilation. Current version 0.0.2, with no clear release cadence. This package is a fork or wrapper around sql.js, offering a callback-based API for opening databases and executing SQL. It is distinct from sql.js in its API style and is less commonly maintained. Suitable for environments where native modules cannot be compiled.