Skip to content

MySQL Database Synchronizer API v1.1

Choose a tag to compare

@arsakarme arsakarme released this 28 Mar 15:44
· 17 commits to master since this release

Changelog:
-> The API now prints what's happening to System.out in a very verbose manner.
-> A massive bug has been found and replaced. The liveSync() method when called after sync() would immediately start executing since there was no provision to wait for the sync() method to end before the liveSync() method is called. This functionality is now provided by the hold method of the DBSyncAgent class.
-> Minor code changes.