Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is data stored when using an HTML 5 Web SQL Database

Tags:

html

web-sql

I just read something about HTML 5 Web SQL Databases. I did a little search on here and Google but couldn't find a simple to the point answer.

Can someone tell me, where is the data stored when using this? In memory or a text file or something else?

Also what browsers support this?

like image 980
JasonDavis Avatar asked Dec 01 '11 20:12

JasonDavis


1 Answers

Web SQL locations by system for Google Chrome:

Windows Vista or 7

\Users\_username_\AppData\Local\Google\Chrome\User Data\Default\databases

Windows XP

\Documents and Settings\_username_\Local Settings\Application Data\Google\Chrome\User Data\Default\databases

Mac OS X

~/Library/Application Support/Google/Chrome/Default/databases

Linux

~/.config/google-chrome/Default/databases
like image 74
duality_ Avatar answered Sep 22 '22 15:09

duality_