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
Is there any plan to implement this? I've been playing around with libsql to potentially use in a production project due to the appeal of being able to more easily backup and sync with a remote version of the local db but libsql seems to basically have no persistence within the browser which wildly limits it in the browser and for browser extensions in particular. Compared to other language sdks and other platforms, e.g. node and deno, there seems to be next to no real investment in browsers.
Honestly, it'd just be really nice to have any real option for persistent. Having to load the db in memory just doesn't work well for a browser extension, particularly as the DB increases in size
The current implementation runs in the main thread, making OPFS unavailable.
libsql-client-ts/packages/libsql-client-wasm/src/wasm.ts
Line 34 in fbf8f63
The text was updated successfully, but these errors were encountered: