Replies: 1 comment 1 reply
-
I'm not aware of anything in that specific area, but there are examples of using an in-browser SQLite VFS to access a remotely stored database:
In addition, there is development on syncing distributed local databases (including in-browser) to be "eventually consistent". cr-sqlite is one example using (a fork of) wa-sqlite. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anybody experimented with running wa-sqlite on Cloudflare Workers?
I am interested in using the recently announced Cloud Backed SQLite VFS module (or implement a similar mechanism in Javascript) and run it in a Cloudflare Durable Object.
Beta Was this translation helpful? Give feedback.
All reactions