kysely-wasm
JSON →kysely-wasm provides multiple Kysely dialects for running SQLite in WebAssembly environments. Version 1.2.1 requires peer dependency kysely >=0.26. It offers six dialects: SqlJsDialect (for sql.js, easy but no bigint), OfficialWasmDialect (for official SQLite Wasm build, supports OPFS in WebWorker), NodeWasmDialect (for node-sqlite3-wasm, native filesystem, no recompile), CrsqliteDialect (for vlcn.io/wasm, CRDT with IndexedDB), EmptyDialect (SQL generation only), and deprecated WaSqliteDialect (replaced by worker dialect). No bundled Wasm; users install their own.
Resources
packagekysely-wasm ↗