| Package Information |
| Summary |
libpq binding |
| Maintainers |
Michael Wallner <mike@php.net> (lead) [details]
|
| License |
BSD, revised |
| Description |
Binding for libpq (PostgreSQL client library)
Documents: https://bitbucket.org/mike_php_net/ext-pq/wiki
Highlights:
* Nearly 100% support for asynchronous usage:
https://bitbucket.org/mike_php_net/ext-pq/wiki/AsyncOperations
* Extended type support by pg_type:
https://bitbucket.org/mike_php_net/ext-pq/wiki/UsingTypes
* Fetching simple multi-dimensional array maps:
https://bitbucket.org/mike_php_net/ext-pq/wiki/FetchingResults#markdown-header-fetching-simple-maps
* Working Gateway implementation:
https://bitbucket.org/mike_php_net/pq-gateway |
|