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

Application::Pipeline::Services::DBI

This plugin for Application::Pipeline makes available a singleton database handle. To access it from the application:

$pipeline->loadPlugin( 'DBI' ( dbi::connect parameters ) );

$dbh = $pipeline->dbh;

Authors

Stephen Howard <stephen@thunkit.com>

License

This module may be distributed under the same terms as Perl itself.