Vicent
Results
2
comments of
Vicent
I have been looking into this problem and my conclusions are the following: Using pgbouncer in `pool_mode=session` is fine (quite pointless, but fine). The problem is with `pool_mode=transaction`. The problem...
It seems that pgcat (a pgbouncer) alternative has just added support for prepared statements. See it here https://postgresml.org/blog/making-postgres-30-percent-faster-in-production If this is the case, no changes to sqlx would be needed.