0
我正在使用這個數據庫插件。 https://github.com/litehelpers/Cordova-sqlite-storageCordova App - android中製作的數據庫訪問
現在在android中,我通過android studio創建了數據庫,我想通過cordova訪問它。
可能嗎?
我只想通過cordova獲取數據。數據插入由android完成。
我正在使用這個數據庫插件。 https://github.com/litehelpers/Cordova-sqlite-storageCordova App - android中製作的數據庫訪問
現在在android中,我通過android studio創建了數據庫,我想通過cordova訪問它。
可能嗎?
我只想通過cordova獲取數據。數據插入由android完成。
使用https://github.com/litehelpers/Cordova-sqlite-storage,你有兩個選擇:
1.-使用https://github.com/litehelpers/cordova-sqlite-ext(是插件的其它版本)。您需要一個database.db。
2.-使用同一插件的功能sqlBatch。用於預填充數據庫。