pandawa/pgbouncer

PgBouncer support for pandawa

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

This package is auto-updated.

Last update: 2023-05-11 16:42:51 UTC


README

Add this config for each postgres connection

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