an-rahulpandey / cordova-plugin-dbcopy

Copy SQLite Database from www folder to default app database location
Apache License 2.0
89 stars 48 forks source link

showing database already exists #68

Open nehalasim opened 4 years ago

nehalasim commented 4 years ago

window.plugins.sqlDB.copy(dbname, location, success,error); showing database already exists. But I don't understand where the db file coping. I set the location 0 for android. what is that mean in android?

kgajjar44 commented 4 years ago

window.plugins.sqlDB.copy(dbname, location, success,error); showing database already exists. But I don't understand where the db file coping. I set the location 0 for android. what is that mean in android?

Database is being copied to application sandbox storage:

/data/user/0//databases/