Feature Request : Native File System based Sqlite Database access support.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 13.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
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)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing how sql.js accesses SQLite in the browser and the Native File System access described in the issue. Define the permission and direct-on-disk behavior, then verify that the library can select a directory and read and modify a SQLite database there.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, sqlite
- Domain
- database, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100