Jan Szopinski
Jan Szopinski
I notice that @ynahmany 's comment with the solution was linked from other issues and got quite a few :+1:s. I worry that the comment there: > (this is a...
One source of confusion may be that the the [docs](https://github.com/brianc/node-postgres-docs/blob/1e4fed04ff2f864968994fbc999b679b47cdf606/content/api/2-client.mdx#clientonerror-err-error--void--void) for the `error` event on the `Client` currently say: > When the client is in the process of connecting, dispatching...
> One source of confusion may be that... Correction: I now think that the two uses of the word "idle" mean the same thing, because the pool only checks out...
+1 to recipe dependencies between modules. I have a server plus database cloud deployment use case. I'm new to the stack, so I'm basically slapping commands together and I'd like...