pandawa/pgbouncer

PgBouncer support for pandawa

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

This package is auto-updated.

Last update: 2024-07-11 18:56:50 UTC


README

Add this config for each postgres connection

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