You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: