Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.