Skip to content
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

Preposal Storage RemoteStorageJS or SQLite.JS #211

Open
ptsource opened this issue Feb 3, 2018 · 3 comments
Open

Preposal Storage RemoteStorageJS or SQLite.JS #211

ptsource opened this issue Feb 3, 2018 · 3 comments

Comments

@ptsource
Copy link

ptsource commented Feb 3, 2018

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 ptsource changed the title Preposal Storage RemoteStorageJS Preposal Storage RemoteStorageJS or SQLite.JS Feb 4, 2018
@jvilk
Copy link
Owner

jvilk commented Feb 7, 2018

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.

@ptsource
Copy link
Author

ptsource commented Feb 8, 2018

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

Repository owner locked and limited conversation to collaborators Oct 25, 2023
@james-pre
Copy link
Collaborator

@james-pre james-pre closed this as not planned Won't fix, can't repro, duplicate, stale Oct 25, 2023
@james-pre james-pre reopened this May 17, 2024
Repository owner unlocked this conversation May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants