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

JasonDavis picture JasonDavis · Dec 1, 2011 · Viewed 21.5k times · Source

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?

Answer

duality_ picture duality_ · Dec 14, 2011

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