Skip to content

Instantly share code, notes, and snippets.

@uupaa
Created January 31, 2013 10:48
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save uupaa/4682065 to your computer and use it in GitHub Desktop.
Save uupaa/4682065 to your computer and use it in GitHub Desktop.
HTML5 Functions SQLite.db path. WebStorage(LocalStorage), WebSQL, Application Cache, IndexedDB
MobileSafari:
Application Cache:
?
WebSQL:
/var/mobile/Library/WebKit/Databases/
WebStorage:
/var/mobile/Library/WebKit/LocalStorage/
IndexedDB:
?
Chrome (Mac):
Application Cache:
~/Library/Application Support/Google/Chrome/Default/Application Cache/
WebSQL:
~/Library/Application Support/Google/Chrome/Default/databases/
WebStorage:
~/Library/Application Support/Google/Chrome/Default/Local Storage/
IndexedDB:
~/Library/Application Support/Google/Chrome/Default/IndexedDB/
Safari (Mac):
Application Cache:
?
WebSQL:
~/Library/Safari/Databases/
WebStorage:
~/Library/Safari/LocalStorage/
IndexedDB:
?
SQLite.db Viewer (Windows / Mac):
SQLite Database Browser -> http://sqlitebrowser.sourceforge.net/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment