mirror of
https://github.com/danog/ext-pq.git
synced 2025-01-22 22:01:33 +01:00
pecl/pq
About:
This is a modern binding to the mature libpq, the official PostgreSQL C-client library.
Highlights:
- Nearly 100% support for [asynchronous usage](https://mdref.m6w6.name/pq/Connection/: Asynchronous Usage).
- Extended [type support by pg_type](https://mdref.m6w6.name/pq/Types/: Overview).
- 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
Also, watch out for self-installing pharext packages attached to releases.
Dependencies:
This extension unconditionally depends on the pre-loaded presence of the following PHP extensions:
It optionally depends on the following extensions:
Documentation:
Documentation is available at https://mdref.m6w6.name/pq
Description
Languages
C
82.8%
PHP
15.6%
M4
1.3%
Awk
0.3%