I am learning to convert a mysql database to a phonegap application.
Now with HTML5 there is a specification for Web Storage (is it usually called local storage?) This is what I believe Phonegap uses the / api storage method. What will be the correct pairs of key value strings?
But I am reading this tutorial, and he continues to mention Phonegap and Sqlite as a built-in api. It uses the correct SQL syntax.
What is originally used?
Sorry, if this is very confusing to read, it is very difficult for me to think.
source share