Open brodycj opened 7 years ago
From litehelpers/cordova-sqlite-ext#57 by @estvmachine:
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( .... );
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( .... );
From litehelpers/cordova-sqlite-ext#57 by @estvmachine: