pandawa/pgbouncer

PgBouncer support for pandawa

Installs: 7 847

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/pandawa/pgbouncer

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

This package is auto-updated.

Last update: 2025-10-11 21:27:55 UTC


README

Add this config for each postgres connection

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