I have an application in Ionic and Angular that receives information through a $http
. I would like to know how to keep the updated offline information of the updated application with those of the MySQL database whenever a connection is established. How can I automatically synchronize SQLite database with MySQL?
I've researched more, I have not had a nice return, the only thing I found was WebSqlSync but I could not use it.