sqlite-worker icon indicating copy to clipboard operation
sqlite-worker copied to clipboard

A simple, and persistent, SQLite database for Web and Workers.

Results 3 sqlite-worker issues
Sort by recently updated
recently updated
newest added

They support SQL.js but would be great to see how to properly setup connection with your persistence layer.

Foremost, thanks for this awesome project. We created an example Thunderbird WebExtension, to show how it can be used: https://github.com/thunderbird/webext-examples/tree/master/manifest_v2/indexdb.sql While creating the example, I could not load the module...

Thanks for the lib, it works like charm 😄 Btw, I read the code and see only the query tag from init.js (https://github.com/WebReflection/sqlite-worker/blob/main/esm/init.js#L96) triggers the update callback timer. I tried...