i need to troubleshoot errors in the Sqllite3 database that I have created in Ionic.
I have used the following comman to create is
this.sqlite.create({
name: this.database_name,
location: 'default'
})
My question is how can i export this - e.g. via email
Or even better view the db via the device
Thanks fo the help team - new to Ionic
1 post - 1 participant