Hoogle Search
Within LTS Haskell 23.24 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
connectionPoolConfigSize :: ConnectionPoolConfig -> Intpersistent-mtl Database.Persist.Sql.Shim How many connections should be held in the connection pool. Default: 10
connectionPoolConfigStripes :: ConnectionPoolConfig -> Intpersistent-mtl Database.Persist.Sql.Shim How many stripes to divide the pool into. See Data.Pool for details. Default: 1.
defaultConnectionPoolConfig :: ConnectionPoolConfigpersistent Database.Persist.Sql Initializes a ConnectionPoolConfig with default values. See the documentation of ConnectionPoolConfig for each field's default value.
defaultConnectionPoolConfig :: ConnectionPoolConfigpersistent-mtl Database.Persist.Sql.Shim Initializes a ConnectionPoolConfig with default values. See the documentation of ConnectionPoolConfig for each field's default value.
Page 2 of 2 | Previous