Easy DBI access from CGI::Application
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.
$
pkg install p5-CGI-Application-Plugin-DBHOrigin
www/p5-CGI-Application-Plugin-DBH
Size
19.1KiB
License
ART10, GPLv1+
Maintainer
perl@FreeBSD.org
Dependencies
3 packages
Required by
0 packages