Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Support for connection pooling #68

Open
TheGeekPharaoh opened this issue Nov 30, 2017 · 0 comments
Open

Support for connection pooling #68

TheGeekPharaoh opened this issue Nov 30, 2017 · 0 comments

Comments

@TheGeekPharaoh
Copy link

The ability to leverage a pool of PostgreSQL connections rather than creating one every time would be a huge improvement in performance and stability. As it stands now, unless I do manual checking in my code it would be trivial to exhaust the number of available connections from the server if accessing the database through REST calls, etc.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant