Open
Description
First, I want to thank the maintainer for the huge effort they've put into this incredibly valuable plugin.
Second, I want to ask: for web, is there an alternative to jeep-sqlite? I've noticed two issues with it:
- Very large size. It adds 500kb to my javascript bundle (excluding the wasm file). More than the rest of my app, combined.
- It requires calling
saveToStore
after any changes. This creates an easy pitfall: the developer makes changes create/update/delete but forgets to callsaveToStore
.
I suggest something like rhashimoto's IDBBatchAtomicVFS.