The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.19

  • Allowed table types to be pre-loaded - if you don't want to put the table package into its own module, you'll need to use/require it first, and then DB2::db::get_table will just use it.
  • Setting $DB2::db::debug to greater than 1 will now Carp::cluck the SQL statement about to be prepared so you can see the context of any DBD::DB2 error messages.

Modules

Framework wrapper around tables using DBD::DB2
Framework wrapper around DBD::DB2 for a specific database

Provides

in samples/My/Employee.pm
in samples/My/EmployeeR.pm
in samples/My/Product.pm
in samples/My/Row.pm
in samples/My/Table.pm
in samples/My/db.pm