- Find debug tools for viewing IndexedDB and WebSQL databases across all the major web browsers and check our database has been created across all of them.
To check that the database has been succesfully created open the application in the browser, open up Developer Tools and click on the Resources tab.
- Download the IndexedDB browser,
- Find your profile folder,
cd ~/Library/Application\ Support/Firefox/Profiles/1yj54vgo.default/
. - Create a symbolic link:
ln -s ./storage/persistent/ ./indexedDB
Safari is also a little different because it does not yet support IndexedDB in stable. You can however still verify that the polyfill has correctly set the database up in WebSQL.
← Back to opening a database | Continue to creating object stores →