The new iOS 13 which was released this week no longer supports WebSQL (bot Safari and Chrome). I see that the best solution would be migrate to indexedDB, but I need to use it right away. Since it cannot be downgraded from a Phone, does anybody have any fast solution to the problem?
Asked
Active
Viewed 5,781 times
2 Answers
9
Yes the notes do say "not supported", but if you go to: Settings > Safari > Advanced > Experimental Features, there is a setting called ‘Disable Web SQL’ which is turned on so just turn it off, but I would eventually migrate away from it.

leroyjenkinss24
- 472
- 3
- 8
-
An alternative I am using is SQLjs ( https://github.com/kripken/sql.js/ ) and just using indexedDB for persistence. – leroyjenkinss24 Oct 17 '19 at 12:04
0
Yes you can.
Go to settings, click on safari -> advanced -> experimental features
Look for webSQL.
If you're using an iPad do everything I said above but it’s called disable ... SQL.

DryLabRebel
- 8,923
- 3
- 18
- 24

James
- 1