 |
|
Innovation award
 Nominee: 4x
Winner: 2x |
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.
 June 2005
Winner
Prize: One book of choice by O'Reilly |
Sometimes it is necessary to alter the schema of a database to introduce new features or change the current features of an application.
Usually the new or changed application features are tested first in a development environment.
When the new developments are ready to go in production, it is necessary to update the schema of the database in production to have the same structure of the database in the development environment.
This class provides a solution for this problem by comparing the schemas of the database in the development and production environments and performing the necessary alterations to synchronize the schemas.
Manuel Lemos |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (82.5%) |
Good (85.0%) |
Good (80.0%) |
Good (82.5%) |
- |
- |
Sufficient (66.0%) |
387 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| SVN and MySQL Schema Synchronization |
When I started to work in a virtual team comprising of 6 developers , I felt that the most time consuming task was syncing the database changes amongst team members... |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|