Module
MySQL.Pool
- Package
- purescript-mysql
- Repository
- oreshinya/purescript-mysql
#PoolInfo Source
type PoolInfo = { acquireTimeout :: Milliseconds, connectionLimit :: Int, queueLimit :: Int, waitForConnections :: Boolean }
#createPool Source
createPool :: ConnectionInfo -> PoolInfo -> Effect Pool
#getConnection Source
getConnection :: Pool -> Aff Connection
#releaseConnection Source
releaseConnection :: Connection -> Aff Unit