Wednesday, 6 June 2012

Deleting HTML5 database tables in Safari

If you are developing using HTML5 databases in Safari (SQLite) you may need to delete tables. In OSX Safari you can use Develop|"Show Web Inspector", then Resources, Databases. There you will have a type in window where you can enter SQL statements like "DROP TABLE ".

In iOS you have to rely on Settings, Safari, "Clear Cookies & Data"

No comments:

Post a Comment