sql-js / sql-js/sql.js

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

Open
#297 1 comment 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.