Rob Bonner
Rob Bonner

Reputation: 9426

HTML5 SQLite database location

I have an HTML5 database that I am creating in javascript, but there is no indication where this database is being stored. I want to be able to query this table during development with more than just the safari tools.

I am using safari for Mac during the development.

Thanks!

Rob

Upvotes: 2

Views: 1580

Answers (1)

pmdboi
pmdboi

Reputation: 534

Check ~/Library/Safari/Databases. There should be a bunch of directories, each of which contains a SQLite3 database.

Upvotes: 3

Related Questions