pandawa/pgbouncer

PgBouncer 对 pandawa 的支持

v1.0.1 2022-05-21 07:52 UTC

This package is auto-updated.

Last update: 2024-09-11 19:20:34 UTC


README

为每个 postgres 连接添加此配置

'options'  => [
    PDO::ATTR_EMULATE_PREPARES => true,
],