The Wayback Machine - https://web.archive.org/web/20210124105410/https://github.com/sql-js/sql.js/issues/297
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

Feature Request : Native File System based Sqlite Database access support. #297

Open
jitendrac opened this issue Sep 22, 2019 · 1 comment
Open
Labels

Comments

@jitendrac
Copy link

@jitendrac jitendrac commented Sep 22, 2019

New Chrome 78 beta, has released the experimental feature of Native File System access directly. Even mozila firefox has been actively working to implement it. As of chromium Edge will inherently have it.
This will be a real boost to use case of this library,

I would like to request the feature to allow this script to access and modify data direct on disk.(once user give permission to select directory)

@SamuelBrucksch
Copy link

@SamuelBrucksch SamuelBrucksch commented Nov 15, 2019

This would help us a lot as well. We currently use sqlite and want to switch over because of some features. We use multiple DB instances to access the same file. Sometimes they read at the same time so always exporting the DB and writing a new file would require the other instance to always watch the file and reload data which could be quite cumbersome.

@lovasoa lovasoa added the enhancement label Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants