Here's a first cut at a Rose::DB subclass that works with DBIx::Transaction.
http://pastie.caboo.se/77582 You need to assign the db connection yourself. Something like: my $dbh = DBIx::Transaction->connect(...); my $db = MyDB->new(driver => 'Pg') or die; $db->dbh($dbh); Maurice ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Rose-db-object mailing list Rose-db-object@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rose-db-object