You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More pool options like the node pg package has would be nice. You might be able to re-use code from pg-pool. The pg package uses the pg-pool package for managing it's pools and has options related to timing out connections and recreating them if they have been connected for a long time.
API v1.0
Client derivates
Pooling
connect
->getClient
queryArray
/queryObject
query*(sql, ...params)
overload. Parameters must be provided as an object or as an array instead of relying on rest syntaxQueryResult
Edited for brevity and clarity
The text was updated successfully, but these errors were encountered: