Connection Pooling with PgBouncer
Hello everyone,
I need to connect directly to the Postgres DB provided by Supabase in a serverless function, I can see it supports PgBouncer there
How can I connect to the pgbouncer and make use of that? Is it by a normal PgConnection string? Do I need to use
I need to connect directly to the Postgres DB provided by Supabase in a serverless function, I can see it supports PgBouncer there
How can I connect to the pgbouncer and make use of that? Is it by a normal PgConnection string? Do I need to use
PgPool from pg package on Node js?