I'm new to writing code, but I played with some chrome apps that use WebSQL for the database. I decided to learn IndexedDB, but needed something more visual to help me. WebSQL database entries can be easily seen on the resource tab in the "debugger", but the indexedDB database is not displayed there.
Chrome - v17, OS Ubuntu 11.10
Is there a workaround for this (plugin or something else)?
source share