I might need to sync data between two different databases. Obviously I could do this from SC (by writing some code). I just wonder if anybody have used any kind of existing tool which allows to do this. The even will be canonical (repeated). Initially I do not need any kind of automation, it’s possible in the future that I would want to have project which uses SQLite pull and sync data with MySQL
The scenario is simple:
- local data (in SQLite) on users PC
- remote data on the production server
User click the button in the locally installed App and does the synchronization. I am just doing some research which path to choose.