I’m developing an app with PhoneGap and I found a problem. I don’t know and can’t find the database file so I can manipulate it or check if it has the records and tables that I want.
Is there any app that can do that? I found that Safari and Chrome have a menu with that, but I can’t find anything with that in my phone.
The only reliable way to get at the Web SQL database is through the browser itself. There are no good “generic” tools out there to manipulate the Web SQL database that I am aware of for an arbitrary site.
With a bookmarklet, however, it would not be too challenging to create an interface to manipulate the Web SQL database on an arbitrary site and provide more options than the built-in browser interfaces.