On Sat, Feb 16, 2013 at 07:26:08PM -0600, Adam wrote:
> Hi,
>
> I have a module which is like DBIx::Factory except instead of taking a
> config file to load one type of DBI object, it has 1 config file that
> loads a multitude of DBI objects.
Would this work as a patch to DBIx::Config ?
--
Matt
Hi,
I have a module which is like DBIx::Factory except instead of taking a
config file to load one type of DBI object, it has 1 config file that
loads a multitude of DBI objects.
So I can get my databases like such:
my $dbh = DBIx::Generator->get_dbh( db => 'postgres1' );
Or:
my $dbh = DBIx::Ge