storesafe / cordova-sqlite-storage-help

Help forum for Cordova sqlite plugin projects
2 stars 1 forks source link

use exist db #52

Open monomon21 opened 6 years ago

monomon21 commented 6 years ago

if i want use my exist db, in which folder should I save my database?? i use android platform.

brodycj commented 6 years ago

On Android the plugin generally wants to use the standard Databases directory, which cannot be accessed from outside the application on a non-rooted device. More information in https://github.com/litehelpers/Cordova-sqlite-storage/issues/292 and some other issues in https://github.com/litehelpers/Cordova-sqlite-storage/issues.

Marked as a documentation issue for user community help.