DefinitelyTyped/types/pg
Abdulaziz Ghuloum 470d9ed790 Update index.d.ts (#25119)
The done function takes an optional release (boolean) argument that tells whether the client should be released or put back in the pool. From: https://node-postgres.com/api/pool
`
The releaseCallback releases an acquired client back to the pool. If you pass a truthy value in the err position to the callback, instead of releasing the client to the pool, the pool will be instructed to disconnect and destroy this client, leaving a space within itself for a new client.
`
2018-04-24 17:22:30 -07:00
..
v6
index.d.ts Update index.d.ts (#25119) 2018-04-24 17:22:30 -07:00
pg-tests.ts
tsconfig.json
tslint.json