aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-CGI-Application-Plugin-DBH/pkg-descr
blob: 8f1dbc27c9e3f4bd6af3d4b362ecaff0c93de43d (plain) (blame)
1
2
3
4
5
6
7
8
9
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.

WWW: http://search.cpan.org/dist/CGI-Application-Plugin-DBH/

- Espen Tagestad
espen@tagestad.no