jimmywarting / native-file-system-adapter

File system, based on the spec reference implementation

Home Page:https://jimmywarting.github.io/native-file-system-adapter/example/test.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite-wasm example

fabiospampinato opened this issue · comments

Earlier this year sqlite3 added support for an official WASM build that works on top of the origin private file system APIs.

I think it would be really cool to show how to wire that and this package together to have sqlite working in Node. Has that been tried before? 🤔

It would be interesting because it might be the only way to get sqlite working in Node with no native modules and with near-native performance. All current existing methods seem to achieve one or the other.