| This Release | Class-DBI-DataMigration-0.02 | [Download] [Browse] | 14 Feb 2005 | |||
| Other Releases | ||||||
| Links | [ Discussion Forum ] [ View/Report Bugs (0) ] [ Dependencies ] [ Other Tools ] | |||||
| CPAN Testers | PASS (25) FAIL (40) [ View Reports ] [ Perl/Platform Version Matrix ] | |||||
| Rating |
(0 Reviews)
[ Rate this distribution ]
| |||||
| License | Unknown | |||||
| Special Files |
|
|||||
| Class::DBI::DataMigration | Migrate data from one database to another using Class::DBI. | 0.02 | |
| Class::DBI::DataMigration::Mapper | Abstract class for mapping a single row in the source database to a single row in the target database. | ||
| Class::DBI::DataMigration::Mapping | Abstract parent class for objects that map a single column in a single row from the source database to the target database. | ||
| Class::DBI::DataMigration::Mapping::HasAToHasA | Map a single column in a single row that represents a has_a relatsionship from the source database to a single column in a single row that represents a has_a relationship in the target database. | ||
| Class::DBI::DataMigration::Migrator | Class that does the actual data migration from a source database to a target database. | ||
| Class::DBI::DataMigration::Synchronizer |