Local database , pouchdb sqlite?

Hi

I want to implement a local database on my device to store data from my server (php / mysql). I’ve already done this with another app and I used sqlite. After some reading I came across pouchdb. Turns out, pouchdb can work together with sqllite.

So my concerns / questions:

  • why should I use pouchdb with sqlite?
  • should I just stick to sqlite and jus use sql queries?