DBD::PgPP

Pure Perl PostgreSQL driver for the DBI.
Download

DBD::PgPP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Aaron Crane
  • Publisher web site:
  • http://search.cpan.org/~arc/

DBD::PgPP Tags


DBD::PgPP Description

Pure Perl PostgreSQL driver for the DBI. DBD::PgPP is a pure Perl PostgreSQL driver for the DBI.SYNOPSIS use DBI; my $dbh = DBI->connect('dbi:PgPP:dbname=$dbname', '', '''); # See the DBI module documentation for full detailsDBD::PgPP is a Pure Perl client interface for the PostgreSQL database. This module implements network protocol between server and client of PostgreSQL, thus you don't need external PostgreSQL client library like libpq for this module to work. It means this module enables you to connect to PostgreSQL server from some operation systems which PostgreSQL is not ported. How nifty! Requirements: · Perl


DBD::PgPP Related Software