2

Does anyone know of a tool (like PHPMyAdmin or similar) that will allow me to view the HTML5 Web SQL databases within my browser?

1

2 Answers 2

1

There are lots of SQLite browsers out there for various systems. I love SQLite Manager because it's just a plugin for Firefox. On my OSX Lion install the sqlite files are located here: /Users/my_name/Library/Application Support/Firefox/Profiles/1e3lwibu.default/, but you can just do a search on your system for the location using the extension .sqlite.

Sign up to request clarification or add additional context in comments.

Comments

1

Developers tools (aka F12 tools) provided by Google Chrome browser is your best bet. In fact it helps you see not just web SQL databases but you can also see localStorage, sessionStorage, IndexedDB, cookies etc.

Here is the navigation path:

Google Chrome -> Press F12 -> Application tab -> Storage Node in left navigation bar -> Web SQL node -> <Database Name> node

enter image description here

More details on this is available here.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.