mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
6 lines
314 B
Plaintext
6 lines
314 B
Plaintext
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.
|