Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

MySQL Database Synchronizer v2.0

Compare
Choose a tag to compare
Loading
@arsakarme arsakarme released this 29 Mar 16:57
· 4 commits to master since this release

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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.