This class provides a way to synchronize the schema of one or more databases from the schema of a master database.
Currently, the class only synchronizes the database schema, not data in the database tables.
For now it supports MySQL databases but the schema manipulation functions are implemented in a separate driver class. Therefore, support for other types of databases can be implemented by writing new driver classes. |