Get a list of Web SQL databases

42 Views Asked by At

I'm using WebSQL on my site (I'm trying to transition off of it). But, there are a bunch of different WebSQL databases on my site, each created with a different openDatabase database name.

My question is: is there a way to get a list of the WebSQL databases I've created in the user's browser?

1

There are 1 best solutions below

0
Dan Fabulich On

It's not possible.

@pilchard posted the right answer in a comment:

The first line in the API section of the standard reads 'There is no way to enumerate or delete the databases available for an origin from this API.'