This document discusses automatically migrating data between a relational database and an object database. It presents the problem of impedance mismatch between the different data models and dispersal of data across tables in a relational database. The solution reads the relational database schema, generates object-oriented persistence classes, loads the classes, uses reflection to access the relational data and invoke methods to store it in the object database. Data types are mapped between the databases. Future work could support additional data types, databases and customization.