-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jeep-sqlite alternative #583
Comments
Theoretically, you could proxy the web implementation and use whatever you want. |
Hope this clarify. |
Thanks you so much @jepiqueau, I'm very grateful for the tremendous effort you've put into this very-useful plugin!
The jeep-sqlite stencil component alone is >500kb (the sql-wasm is 640kb.) https://unpkg.com/browse/[email protected]/dist/esm/ |
@mustafa0x see also my answer to issue#579 |
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:
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.
The text was updated successfully, but these errors were encountered: