postgresql
postgresql copied to clipboard
Support for connection pooling
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.