Apache-DBI
view release on metacpan or search on metacpan
lib/Apache/DBI.pm view on Meta::CPAN
Apache::DBI - Initiate a persistent database connection
=head1 SYNOPSIS
# Configuration in httpd.conf or startup.pl:
PerlModule Apache::DBI # this comes before all other modules using DBI
Do NOT change anything in your scripts. The usage of this module is
absolutely transparent !
=head1 DESCRIPTION
This module initiates a persistent database connection.
The database access uses Perl's DBI. For supported DBI drivers see:
http://dbi.perl.org/
( run in 0.319 second using v1.01-cache-2.11-cpan-a1d94b6210f )