Is it possible to transform our online app into an offline app using Ionic 2?
Currently, we are extracting all data from the server through APIs that provide us with URLs for images and other types of data.
If we consider the following solutions:
1- Using couchdb + pouchdb
2- Utilizing sqlite
Which one would be the most effective choice for implementing in our Ionic-Angular 2 app, or is there another solution that might work better?.