Cordova / PhoneGap websql vs native sqlite plugin

Using Apache Cordova / Adobe PhoneGap to develop an application usually means using a database as well. Cordova offers embedded web browsing using WebSQL.

Another option is to use native Cordova-SQLitePlugin .

Can someone provide the pros / cons of two options? I can think of at least the following sizes:

  • which is more stable / complete / error free?
  • which is more consistent across platforms?
  • which is faster (provide data links if you have !!!)?
+3


source to share





All Articles