We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated pg (markdown)
remove text noize by a extra _ on formating.
add example for a socket path, with a specific database.
_socket:/some path/?db=database_name&encoding=utf8_ was miss formated :-/
Update to show more advanced socket connection string usage
add string connection for sockets
add default for reapIntervalMillis
Was unclear; I thought `done` was supposed to take a truthy value, to show I was done with it -- but the examples are correct.
add default value for pg.defaults.poolSize
fix typo
Correct any db url
update to reflect new pooled API
The mere note that a corner/edge case can cause problems is not enough to illustrate a solution for the current state of the code. Added to the example to make it crystal clear that this code currently will require this kind of logic in order to not cause problems.
Added reference to issue 227 when using pg object to create clients.
Add info about client re-use which might clear up misconceptions.