freebsd-ports/www/p5-CGI-Application-Plugin-DBH/pkg-descr
Emanuel Haupt b97c9968cc Add p5-CGI-Application-Plugin-DBH, a module for easy DBI access from CGI::Application
PR:		89835
Submitted by:	Espen Tagestad <espen@tagestad.no>
2005-12-08 09:39:27 +00:00

9 lines
410 B
Text

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