sql-js / sql-js/sql.js

Persistent storage on limited HTML5 environment

Open
#132 5 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
13.7k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

Hi.

In reference to this: https://github.com/kripken/sql.js/wiki/Persisting-a-Modified-Database

While working in an environment (android html5) which only allows localStorage in the format of a utf-8 string... the following method of converting to an 8intArray does not work.

How do I save in such an environment?

-Kapila

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

The issue names no source files or tests; start by reading the linked “Persisting a Modified Database” wiki page and locating the persistence and serialization entry points. Done means establishing whether UTF-8-only localStorage can be supported for modified databases, with the resulting behavior documented or covered by a focused test.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, sqlite
Domain
databases, mobile-dev, web-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.