Persistent storage on limited HTML5 environment
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
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
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