1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/www/p5-CGI-Application-Plugin-DBH/pkg-descr

10 lines
410 B
Plaintext
Raw Normal View History

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