http://www.perlmonks.org?node_id=504784


in reply to Re: A brief survey of the DBI usability layer modules on the CPAN
in thread A brief survey of the DBI usability layer modules on the CPAN

Even though I've not tried DBIx::Simple with DB2 personally, it really shouldn't matter what database you are using as long as it's supported by DBI and has a DBD::* driver. FWIW I know it works with MySQL, Oracle, and Sybase.

-- vek --