Good day! I am use Cordova SQLite Plugin for offline database. it work normally but i have know where the db file is located and share file with other person. Could anyone help please to find it on android devices.
I use…
const DB_NAME: string = '__ionicstorage'; const win: any = window; this._db = win.sqlitePlugin.openDatabase({ name: DB_NAME, location: 2, createFromLocation: 0 });