sql.js icon indicating copy to clipboard operation
sql.js copied to clipboard

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

Open jitendrac opened this issue 6 years ago • 1 comments

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)

jitendrac avatar Sep 22 '19 18:09 jitendrac

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.

SamuelBrucksch avatar Nov 15 '19 08:11 SamuelBrucksch