Ionic with sqlite help

i was planning to put local storage like sqlite in my ionic2 project
how to connect and perform basic crud on it.
I read and perform some task in ionicframework/docs but still not enough
help

90% of apps don’t really need to be interacting with SQLite directly at all, and if yours is one, you will have a much easier time just using ionic-storage, because it works both in browsers and on device.