sqlite-wasm-http
sqlite-wasm-http copied to clipboard
An experimental HTTP VFS driver for SQLite WASM
i use vite-5.0.10 build my app when i use sqlite-wasm-http in my app, i explore my app in brower, this is an error as follow: ``` /node_modules/.vite/deps/sqlite-worker.js?type=classic&worker_file 504 (Outdated Optimize...
Avoid using `Worker.terminate()` since since there seems to be an issue in recent Node.js versions when using WASM in a `worker_thread` - it can cause an infinite loop in `node::FreeEnvironment`....
Hi, I've used sql.js-httpvfs for some hobby projects and just tried sqlite-wasm-http, and it looks nice! However, most my needs are small things that don't require any kind of build...
Thanks for this really cool project, I'm having a lot of fun playing around with it. I might be misunderstanding something completely, but from the readme I assumed that once...
It seems that there is a semi-official community driven `npm` module now: https://github.com/sqlite/sqlite-wasm Switch to using this instead of a manual tarball download
I can't get the worker going in node v22.14.0 I had to hack the package.json for this package to include an export for "require" under line 11. Here is what...