Feature Request : Native File System based Sqlite Database access support.
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)
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.