SQLite Wasm conveniently wrapped as an ES Module.
A [Prisma](https://www.prisma.io/) driver adapter for [`@sqlite.org/sqlite-wasm`](https://www.npmjs.com/package/@sqlite.org/sqlite-wasm). Used with `@prisma/client/edge`, it runs Prisma and SQLite entirely in the browser. Persistence is available with [OP
A simple, zero-config wrapper around @sqlite.org/sqlite-wasm
angular-web-sqlite is an Angular service that wraps the @sqlite.org/sqlite-wasm module. This Angular service takes care of the declaration and communication with a web worker, essential for utilizing the Origin Private File System (OPFS) storage back-en
Browser SQLite OPFS viewer for @sqlite.org/sqlite-wasm: inspect OPFS-backed databases, run SQL, and filter tables.
SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).
Fork of SQLite database - you're probably looking for WatermelonDB, not this
A SQLite toolkit for Effect
sqlite backed abstract-level database for Node.js
SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).
Cordova sqlite storage dependencies
better-sqlite3 on bedrock
SQLite Wasm conveniently wrapped as an ES Module. (Multiple Ciphers Support)
SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).
SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).
SQLite3 Multiple Ciphers v2.2.4 (based on SQLite 3.50.4) packaged as a WASM module.
Asynchronous, non-blocking SQLite3 bindings
SQLite storage adapter for Keyv
[](https://github.com/powersync-ja/wa-sqlite/actions/workflows/ci.yml?branch=master)
kysely dialect for various sqlite wasm
WebAssembly port of SQLite3 for Node.js with file system access
Async SQLite WASM with OPFS persistence (with safe fallbacks) for frontend apps.
SQLite Wasm conveniently wrapped as an ES Module.
```json "./load-wasm": { "types": "./dist/load-wasm/mod.browser.d.ts", "browser": "./dist/load-wasm/mod.browser.js", "worker": "./dist/load-wasm/mod.browser.js", "node": "./dist/load-wasm/mod.node.js", "default": "./dist/load-wasm/mod.browser.js