storesafe / cordova-sqlite-storage-help

Help forum for Cordova sqlite plugin projects
2 stars 1 forks source link

Export db to sql #27

Open brodycj opened 7 years ago

brodycj commented 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(
  ....
);