How to connect sqlite with mysql database using ionic framework?

I am now working on a hybrid mobile app with SQLite. This application only fetches data from the database. The data comes from a MYSQL database, but I want to store the data in local storage, which is SQLite, so when the user has no internet, they can fetch data from the local storage. So, is there a way to connect mysql db and sqlite? I am following the tutorial from this site

but i dont know how to connect sqlite with mysql db. So, can anyone help me solve my problem?

+3


source to share





All Articles