Cordova android app sqlite插件

时间:2018-05-10 00:11:49

标签: javascript cordova cordova-plugins phonegap-plugins hybrid-mobile-app

无法更改sqlite插件的默认位置

db = window.sqlitePlugin.openDatabase({
name: 'test.db',
location: "default"

});

数据库已创建但在卸载app后被销毁。我使用了codova文件插件

    db = window.sqlitePlugin.openDatabase({
    name: 'test.db',
    location: cordova.file.externalRootDirectory //Tried all cordova.file.* location
});

但仍然没有改变位置

0 个答案:

没有答案