No db generated

So i got this code and i know that db is object but i cannot find it anywhere on simulator and don’t know why file is not generated…
Should i save db somewhere or what? Documentation is really small for db and idk what’s wrong.

did you install the Sqlite Cordova plugin ?

Yes i have http://ngcordova.com/docs/plugins/sqlite/ this.

When i debug there is object DB but no file on disc…

Did you implement : cordova plugin add https://github.com/brodysoft/Cordova-SQLitePlugin

working now :slight_smile: there was error when trying to do it on webbrowser

Cool :wink: good luck ^^