Path to this page:
Subject: CVS commit: pkgsrc/www/p5-CGI-Application-Plugin-DBH
From: Mark Davies
Date: 2007-05-25 13:29:59
Message id: 20070525112959.3295421507@cvs.netbsd.org
Log Message:
Initial import p5-CGI-Application-Plugin-DBH version 4.00
CGI::Application::Plugin::DBH adds easy access to a DBI database handle
to your CGI::Application modules. Lazy loading is used to prevent a
database connection from being made if the "dbh" method is not called
during the request. In other words, the database connection is not
created until it is actually needed.
Files: