BrowserFS icon indicating copy to clipboard operation
BrowserFS copied to clipboard

Preposal Storage RemoteStorageJS or SQLite.JS

Open ptsource opened this issue 7 years ago • 3 comments

It would be nice to have the abillity to set up remote IndexedDB databases, this can be done with RemoteStorageJS, also PHP IndexedBD servers can be set up. Just a enhancement suggestion. Another option can be SQLite.JS Keep up the great work. Cheers

ptsource avatar Feb 03 '18 22:02 ptsource

I don't see the benefit of a backend for SQLite.js, as that just mutates an in-memory SQL database (what are the advantages over the in-memory file system?).

RemoteStorageJS could be a cool file system backend addition; I'd welcome PRs for that, so long as we can set up unit tests for it somehow.

jvilk avatar Feb 07 '18 20:02 jvilk

Well since SQLite.js it a Emscripten fork of SQLite the purpose was to achieve total compatibility with any SQL management tool besides storing the data hosted where the script is runned by simply adding SQLite.JS to the application, RemoteStorageJS is indeed a cool feature. Keep up the great work. Cheers

ptsource avatar Feb 08 '18 00:02 ptsource

Please use https://github.com/browser-fs/core/issues/12

james-pre avatar Oct 25 '23 00:10 james-pre