Add files from parent branch HEAD:
[pkgsrc.git] / www / p5-CGI-Application-Plugin-DBH / DESCR
1 CGI::Application::Plugin::DBH adds easy access to a DBI database handle
2 to your CGI::Application modules. Lazy loading is used to prevent a
3 database connection from being made if the "dbh" method is not called
4 during the request. In other words, the database connection is not
5 created until it is actually needed.