I would like to know if html5 localstorage has anything to do with web sql storage.
Can you for example create a localstorage object and make queries on it using the web sql storage syntax?
Also, what is the difference between indexedDB and web sql storage?
Thanks
There is no relation other than they can store data locally.