mirror of
https://github.com/danog/ext-pq.git
synced 2024-11-26 20:04:44 +01:00
src | ||
tests | ||
travis | ||
.gitignore | ||
.travis.yml | ||
config9.m4 | ||
config.m4 | ||
CREDITS | ||
EXPERIMENTAL | ||
gen_pq_type.sh | ||
gen_travis_yml.php | ||
LICENSE | ||
package.xml | ||
php_pq_type.awk | ||
php_pq_type.h | ||
php_pq.h | ||
README.md | ||
TODO |
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](http://devel-m6w6.rhcloud.com/mdref/pq/pq/Connection/: Asynchronous Usage).
- Extended [type support by pg_type](http://devel-m6w6.rhcloud.com/mdref/pq/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 http://devel-m6w6.rhcloud.com/mdref/pq/