Location:"default" ionic and sqlite

Good morning,

I am working with sqlite in my application which should work online and offline, but I need to know in my device where the database is stored

this.sotrage.create ({name: “data.db”, location: “default”}). then ((db: SQLiteObject) => {

with the default location route

1 Like