A simple Cordova android example including Sqlite read/write and search

前端 未结 2 1846
被撕碎了的回忆
被撕碎了的回忆 2020-12-22 20:12

I was working on an Android app project using Cordova which in I had a simple Sqlite database.

--------------------
ID | Name | Num         


        
2条回答
  •  太阳男子
    2020-12-22 20:46

    In Cordova 5.2.0 I had to do the following to the project.

    Add the plugin cordova plugin add cordova-plugin-sqlite

    Also it now uses the sqlitePlugin.openDatabase instead of the old window.openDatabase

提交回复
热议问题