Module

MySQL.Pool

#PoolInfo

type PoolInfo = { acquireTimeout :: Milliseconds, connectionLimit :: Int, queueLimit :: Int, waitForConnections :: Boolean }

#Pool

data Pool :: Type

#defaultPoolInfo

#closePool

#getConnection

#releaseConnection

#withPool

withPool :: forall a. (Connection -> Aff a) -> Pool -> Aff a

Modules