m6w6/ext-pq
Composer 安装命令:
pie install m6w6/ext-pq
包简介
PostgreSQL client library (libpq) binding
README 文档
README
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.
Documentation
See the online markdown reference.
Known issues are listed in BUGS and future ideas can be found in TODO.
Install
PECL
pecl install pq
PIE
pie install m6w6/ext-pq
Checkout
git clone github.com:m6w6/ext-pq
cd ext-pq
/path/to/phpize
./configure --with-php-config=/path/to/php-config
make
sudo make install
Dependencies:
This extension unconditionally depends on the pre-loaded presence of the following PHP extensions:
It optionally depends on the following extensions:
ChangeLog
A comprehensive list of changes can be obtained from the PECL website.
License
ext-pq is licensed under the 2-Clause-BSD license, which can be found in the accompanying LICENSE file.
Contributing
All forms of contribution are welcome! Please see the bundled CONTRIBUTING note for the general principles followed.
The list of past and current contributors is maintained in THANKS.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 41
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2025-08-26