Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chipbell4/html5-database-key-value-store
An interface to the HTML5 WebSQL database, to store a simple set of key value pairs.
https://github.com/chipbell4/html5-database-key-value-store
Last synced: 9 days ago
JSON representation
An interface to the HTML5 WebSQL database, to store a simple set of key value pairs.
- Host: GitHub
- URL: https://github.com/chipbell4/html5-database-key-value-store
- Owner: chipbell4
- Created: 2013-06-04T06:29:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-09T18:03:54.000Z (over 11 years ago)
- Last Synced: 2024-04-14T18:27:15.437Z (7 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HTML5-Database-Key-Value-Store
==============================An interface to the HTML5 WebSQL database, to store a simple set of key value pairs.
The purpose was to circumvent the state loss that comes with PhoneGap. PhoneGap loses
application state when leaving the app, so using a WebSQL database should hopefully
force the state to persist.