hi! related to this page <https://www.prisma.io/do...
# orm-help
d
hi! related to this page https://www.prisma.io/docs/guides/performance-and-optimization/connection-management/configure-pg-bouncer does this also apply with statement mode instead of transaction mode? as per the pgbouncer docs:
Copy code
Statement Mode: Most aggressive method. This is transaction pooling with a twist: Multi-statement transactions are disallowed. This is meant to enforce "autocommit" mode on the client, mostly targeted at PL/Proxy.
Wondering if you can use any of the two with prisma