In Opera you can simply type in opera:webdatabases in the address field and delete all the web SQL databases stored on your computer.
opera:webdatabases
How do you do the sam
I have found that running this code in console (Ctrl+Shift+K) is an easier solution:
indexedDB.deleteDatabase('MyDatabaseName').onsuccess=(function(e){console.log("Delete OK");})