Skip to content

DaveRandom/pecl-database-pq

 
 

Repository files navigation

pecl/pq

Build Status

About

This is a modern binding to the mature libpq, the official PostgreSQL C-client library.

Highlights:

  • Nearly 100% support for asynchronous usage.
  • Extended type support by pg_type.
  • Fetching simple multi-dimensional array maps.
  • Working Gateway implementation.

Installation

This extension is hosted at PECL and can be installed with PEAR's pecl command:

# pecl install pq

Dependencies

This extension unconditionally depends on the pre-loaded presence of the following PHP extensions:

Documentation

Documentation is available here.

Packages

No packages published

Languages

  • C 86.6%
  • PHP 12.4%
  • Other 1.0%