pandawa/pgbouncer

PgBouncer support for pandawa

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

This package is auto-updated.

Last update: 2024-04-11 18:27:55 UTC


README

Add this config for each postgres connection

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