MySQL Database Synchronizer v2.0
The MySQL Database Synchronizer standalone console application let's you synchronize between two MySQL server instances.
Use the API to integrate synchronization into your own application.
v2.0 API is completely backward compatible with the code written for v1.x.
Changelog:
-> Database mapping can now be done by using a new custom markup language called Database Mapping Markup Language (DMML). A short guide to DMML can be found in the DMMLGuide file in the root directory of the repository. And example .dmml file is also available. DBMap objects can be created by using the static function getDBMapFromFile() within the DBMap class by passing the full file path of the .dmml file as a string or as a File object.
-> Minor code changes.