import {SQLite} from "@ionic-native/SQLite"
this.storage.create({name: "data.db", location: "default"})
How can I give it an arbitrary location through a file path
ex. cordova.file.applicationDirectory + "www"
Alternatively, how can i use the File API to copy the db file created in location:"default" to another location