|
|
|
|
|
by z3ratul163071
20 days ago
|
|
is this for microservice scenarios where you gate access to the psql server through a connection pool thing? because if there is monolithic backend this is not needed.
most decent backend frameworks have built-in connection pooling. that covers 98% of use cases for which microservices are not needed, nor recommended. |
|
But if your backend app is a shared nothing fork of many processes then this is surely needed.