Module
Effect.Postgres.Pool
- Package
- purescript-postgresql
- Repository
- cakekindel/purescript-postgresql
#clientCount Source
clientCount :: Pool -> Int
The total number of clients existing within the pool.
#clientIdleCount Source
clientIdleCount :: Pool -> Int
The number of clients which are not checked out but are currently idle in the pool.
#clientWaitingCount Source
clientWaitingCount :: Pool -> Int
The number of queued requests waiting on a client when all clients are checked out. It can be helpful to monitor this number to see if you need to adjust the size of the pool.
#PoolConfigRaw Source
data PoolConfigRaw
FFI type for import('pg').PoolConfig
#__uncfg Source
__uncfg :: { unwrapMillis :: Milliseconds -> Number } -> Foreign -> PoolConfigRaw
partial Config
to import('pg').PoolConfig
- Modules
- Control.
Monad. Postgres - Control.
Monad. Postgres. Base - Control.
Monad. Postgres. Cursor - Control.
Monad. Postgres. Session - Data.
Postgres - Data.
Postgres. Custom - Data.
Postgres. Custom. Enum - Data.
Postgres. Interval - Data.
Postgres. Query - Data.
Postgres. Query. Builder - Data.
Postgres. Range - Data.
Postgres. Raw - Data.
Postgres. Result - Data.
Postgres. Unresult - Effect.
Aff. Postgres. Client - Effect.
Aff. Postgres. Pool - Effect.
Postgres. Client - Effect.
Postgres. Error - Effect.
Postgres. Error. Common - Effect.
Postgres. Error. Except - Effect.
Postgres. Error. RE - Effect.
Postgres. Pool - Node.
FS. PinnedVersion - Pipes.
Postgres