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

后端 未结 4 1951
刺人心
刺人心 2020-12-05 06:00

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,

4条回答
  •  不思量自难忘°
    2020-12-05 06:38

    Here is one browser example:

    On Windows 7, Chrome stores Web SQL (aka SQLite) databases in:

    C:\Users\USERNAME\AppData\Local\Google\Chrome\User Data\Default\databases

    Each extension or website that uses Web SQL is given its own folder. Within each folder will be a numbered, extensionless file that is an SQLite database. You could open said file with SQLite Database Browser or any SQLite-supported application.

提交回复
热议问题