p5-CGI-Application-Plugin-DBH

easy DBI access

WWW CVSWeb GITHub
  1. Package version
    p5-CGI-Application-Plugin-DBH-4.04p0
  2. Maintainer
    The OpenBSD ports mailing-list

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.

  • databases/p5-DBI
  • www/p5-CGI-Application