DBD-PgAsync
view release on metacpan or search on metacpan
README.DBD::Pg view on Meta::CPAN
=========
Async connect and async preprare changes merged into master
alongside debianization files. Presently, this is WIP and
pushed to GitHub to have an external backup.
-- rweikusat@talktalk.net
==========
DBD::Pg is Copyright (C) 1994-2025, Greg Sabino Mullane
DBD::Pg -- the DBI PostgreSQL interface for Perl
DESCRIPTION:
------------
This is version 3.18.0 of DBD::Pg, the Perl interface to Postgres using DBI.
The web site for this interface, and the latest version, can be found at:
https://metacpan.org/pod/DBD::Pg
The mailing list is at:
https://www.nntp.perl.org/group/perl.dbd.pg/
Subscribe with an email to dbd-pg-subscribe@perl.org
The development of DBD::Pg can be tracked at:
git://github.com/bucardo/dbdpg.git
For information about PostgreSQL, visit:
https://www.postgresql.org/
For information on what has changed for each version, see the Changes files.
REQUIREMENTS:
-------------
build, test, and install Perl 5 (at least 5.8.1)
build, test, and install the DBI module (at least 1.614)
build, test, and install PostgreSQL (at least 8.0)
build, test, and install Test::Simple (at least 0.47)
DBD::Pg needs to know where to find the libpq libraries: this is usually done
by checking the output of the pg_config executable. If pg_config is not available,
then you may need to install the development package for PostgreSQL. To do this
on Debian and Ubuntu, use: apt-get install libpq-dev; on RedHat, CentOS, etc.
use: yum install postgresql-devel. Note that the development libraries are needed
even if you already have PostgreSQL up and running.
IF YOU HAVE PROBLEMS OR COMMENTS:
---------------------------------
Please send any problems and comments to
<dbd-pg@perl.org>
( run in 1.695 second using v1.01-cache-2.11-cpan-39bf76dae61 )