serverless-pg
serverless-pg copied to clipboard
PG connections pooling
Hey ! Do we have an option to use connection pooling?
https://node-postgres.com/features/pooling
I don't believe this is really necessary. This observes and manages connections from the server-side to make sure it doesn't run out of connections, so there isn't really a need for pooling in the traditional sense.