php-crud-api icon indicating copy to clipboard operation
php-crud-api copied to clipboard

Use with connection pooler like pgbouncer

Open sequel63 opened this issue 7 years ago • 1 comments

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!

sequel63 avatar Jan 17 '18 09:01 sequel63

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.

mevdschee avatar Nov 09 '18 07:11 mevdschee