Web Databases and Local Storage

The HTML5 spec includes local storage for data. There are three persistence options.

  1. Session Store
  2. Local Store
  3. Web Database

The session and local store are very easy to access and store data in. The Web Database is much more complex and the spec does not currently define a SQL Dialect, though Safari and Mobile Safari are using SQLite3 (I believe).


Local Storage Demo


Show Page Source
Show Notes
This demo is based of the demo at http://html5demos.com/storage.