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客户端 <