ext postgresql::elephant:PostgreSQL基于协程的客户端 源码
Swoole Coroutine Postgres客户 ext-postgresql是Swoole Postgres客户端库,可以在协程环境中使用而不会阻塞。 前提条件 libpq是必需的 swoole版本> = 4.4.0 建造与安装 git clone git@github.com:swoole/ext-postgresql.git phpize ./configure make && make install 通过添加以下行在php.ini中启用swoole_postgresql : extension=swoole_postgresql.so 如何使用Postgres客户端 <
文件列表
ext-postgresql-master.zip
(预估有个17文件)
ext-postgresql-master
.clang-format
3KB
.gitignore
1KB
dump_db.sh
100B
swoole_postgresql_coro.cc
52KB
swoole_postgresql_coro.h
2KB
config.m4
4KB
composer.json
134B
.github
install-swoole.sh
437B
暂无评论