Closed schmidp closed 7 years ago
With Postgres connection pooling your are supposed to request a client each time you run a query instead of storing the client and reusing it.
Without these changes, the library would stop working after about 30 seconds... (connection terminated).
@schmidp Thanks for the PR! Merged onto master. I'll do a npm publish with these as well
With Postgres connection pooling your are supposed to request a client each time you run a query instead of storing the client and reusing it.
Without these changes, the library would stop working after about 30 seconds... (connection terminated).