Skip to content

MySQL Database Synchronizer API

Compare
Choose a tag to compare
@arsakarme arsakarme released this 27 Mar 14:41
· 25 commits to master since this release

The MySQL Database Synchronizer API lets the application developer easily synchronize two MySQL server instances, both in real-time or as a one-off task.
This version (v1.0) supports custom database, table and attribute mapping. Synchronizing two tables between two databases requires atleast one corresponding attribute of both the tables to be of type 'timestamp' as this attribute is used to manage the synchronization.