You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/20 14:21:20 UTC

[GitHub] [cordova-ios] breautek commented on issue #970: Is webSQL really deprecated in iOS 14 and will be unusable?

breautek commented on issue #970:
URL: https://github.com/apache/cordova-ios/issues/970#issuecomment-677696031


   WebSQL has been deprecated for a very long time now. The last W3 draft was in November 2010.
   
   Your closest alternative is probably using an SQLlite plugin, but you'd have to have a migration process to transfer data from websql to the sqlite database.
   
   > do I really have to switch to a different storage system!
   
   Strongly recommend switching to a different storage system.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org