php-crud-api
php-crud-api copied to clipboard
Use with connection pooler like pgbouncer
Just trying to use crud-api in conjunction with the connection pooler pgbouncer but not having much success. Can connect PHP to pgbouncer on the new port fine, but crud-api not having any of it. All the connection parameters look OK.
Anyone tried this and got any tips what I should check? Thanks!
There seems to be nobody with pgbouncer that can help you (me neither). In v2 PDO is used, so this may be a more common approach. Maybe you can try whether or not v2 works for you.