[Dbix-class] Multiple connections

Dave Howorth dhoworth at mrc-lmb.cam.ac.uk
Thu Jan 16 11:06:14 GMT 2014


Is there a good (authoritative?) description of how DBIx::Class manages
database connections? Including whatever is done by other packages
underneath.

I think I need to make two connections to the same MySQL database with
different settings of the mysql_enable_utf8 option. But calling
connection twice seems to result in a single connection.

Thanks, Dave



More information about the DBIx-Class mailing list