How to synchronize sqlite data in the mysql database

Hello, I am new to ionic, I would like to know if there is any way to synchronize the two databases. If anyone knows how to do it or where to look, please help me.

Hi,
You need to write a manual process with services to read/write and sync the databases. You can do this with PouchDB and CouchDB, but not with SQL database.