Find SQLite file in Ionic2 project

I am use import {Storage,SqlStorage} from ‘ionic-angular’ , how to find SQLite file in Ionic2 project ?

I don’t understand your question. What are you trying to do, @anton7? You want the raw database files and folders?

Hi rcjsuen6h, I just want to find SQLite file in my application.

Hi, SQLite db file is located in cordova.file.documentsDirectory for ios and cordova.file.applicationStorageDirectory + “databases/” for android applications.