pandawa / pgbouncer
PgBouncer support for pandawa
Installs: 3 200
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=8.0
- pandawa/pandawa: ^4.0
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,
],