Fork me on GitHub

Browser storage

persistence.js utilizes the browser's SQLite database to store and query data.

Browser support

  • Modern webkit browsers (Google Chrome and Safari)
  • Firefox (through Google Gears)
  • Opera (10+)
  • Android browser (tested on 1.6 and 2.x)
  • iPhone browser (iPhone OS 3+)
  • Palm WebOS (tested on 1.4.0)

The in-memory store can be used in other browser (such as Firefox) as a fall-back option. The in-memory store has the ability to write and load the entire database to the browser's window.localStorage.

stores/browser.txt · Last modified: 2011/02/02 10:52 by Zef Hemel