@vlcn.io/crsqlite-wasm
v0.16.0
Published
WASM build of `sqlite` that can:
Downloads
1,399
Readme
@vlcn.io/crsqlite-wasm
WASM build of sqlite
that can:
- run without COEP headers
- run in SharedWorkers
- run concurrently in many tabs
- run in the UI thread if desired
- includes the
crsqlite
extension.
Builds upon https://github.com/rhashimoto/wa-sqlite/. The only delta is that we add our extension at build time and expose a few extra sqlite methods.