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

move functionality #24

Closed gungoren closed 7 years ago

gungoren commented 8 years ago

Hello,

When pre-filled sqlite db size is too big, after it was copied. The application has two databases file. So this has problem with the application size. Could you can add a new move functionality (copy and remove source file).

For ex: Before sqlite installed app size : 25MB, pre-filled sqlite db size : 20MB. When the application installed the app size reached the 65MB. (app size + source sqlite + copeid sqlite).

Thanks in advance.

JoergHolz commented 8 years ago

+1

an-rahulpandey commented 8 years ago

Will start working on it in two weeks.

arkadyzalko commented 7 years ago

+1

an-rahulpandey commented 7 years ago

App directory is a read only directory, so we cannot move or delete any content from it. If you have any other suggestion, then please let me know.