Hi Gang,
I'm going to be doing a data migration project, where I'll be pulling data from one DB into another.
Is it possible to use dOOdads with two data sources, and if so, how?
To create my classes, I gather I can simply point the ORM to both db's, and generate the classes to the same directory. As long as table names are not duplicated this should work fine, but how about the actual db connections?
Thanks.
