Coming Soon (cont'd)
Class::DBI::DataMigration
- You need to move a bunch of data between two databases that don't have the same schema
- You describe the mappings between the source and target schemas in a YAML file
- Then, the module uses two Class::DBI connections to migrate the data from one database to the other