DbDiff

DbDiff allows you to compare two different databases (currently MySQL),
determine the differences between the two, and apply the deltas.
Currently the following types of deltas are supported: tables, 
columns, keys, foreign keys and rows.  

Ultimately, I would like to be able to compare two completely different
types of DBs (i.e. Oracle <=> MySQL) and bring them up to date as much
as possible.  Things like stored procs and triggers may be out of the realm
of possibility, since they may not directly translate.

Dependencies

  • ruby 1.8.4

  • mysql client

Authors

Copyright © 2006 by Eric Kolve <[email protected]>

License

This library is distributed under the same terms as Ruby.

Please see the LICENSE file.