in reply to Re^2: Why did DBIC overtake CDBI?
in thread Why did DBIC overtake CDBI?
With L<DBIx::Class::Schema> you can do this quite simply:
package MySchema; #... setup schema stuff here ... __PACKAGE__->connection(sub { # Do whatever you want to do to build your $dbh return $dbh; });
We're not surrounded, we're in a target-rich environment! |
---|
|
---|