cordova-plugin-dbcopy
cordova-plugin-dbcopy copied to clipboard
customize output file name
How can I define output file name by customize in copyDbtoStorage in ionic? Thank You!
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