Closed estvmachine closed 7 years ago
This actually works for export db, but i really want to export the db like sql query, you know a way to do that. I try with this plugin https://github.com/dpa99c/cordova-sqlite-porter.
$cordovaFile.copyFile( 'cordova.file.applicationStorageDirectory', 'demo.db', cordova.file.externalDataDirectory, 'newDb.db').then( .... );
Will be answered in litehelpers/Cordova-sqlite-help#27 when I get a chance.
This actually works for export db, but i really want to export the db like sql query, you know a way to do that. I try with this plugin https://github.com/dpa99c/cordova-sqlite-porter.