cordova-plugin-dbcopy icon indicating copy to clipboard operation
cordova-plugin-dbcopy copied to clipboard

customize output file name

Open Davidavid88 opened this issue 6 years ago • 1 comments

How can I define output file name by customize in copyDbtoStorage in ionic? Thank You!

Davidavid88 avatar Jul 24 '19 15:07 Davidavid88

Hi @Davidavid88 , Currently there is no option in JS to modify the destination db file name. It uses the same filename as source The existing code is here https://github.com/an-rahulpandey/cordova-plugin-dbcopy/blob/master/src/android/sqlDB.java#L236

an-rahulpandey avatar Aug 13 '19 07:08 an-rahulpandey