Changes for version 0.01
- First version, released on an unsuspecting world.
Modules
Migrate data from one database to another using Class::DBI.
abstract class for mapping a single row in the source database to a single row in the target database.
abstract parent class for objects that map a single column in a single row from the source database to the target database.
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.
'actor' class that does data migration from a source database to a target database.