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.

  1. connectionPoolConfigSize :: ConnectionPoolConfig -> Int

    persistent-mtl Database.Persist.Sql.Shim

    How many connections should be held in the connection pool. Default: 10

  2. connectionPoolConfigStripes :: ConnectionPoolConfig -> Int

    persistent-mtl Database.Persist.Sql.Shim

    How many stripes to divide the pool into. See Data.Pool for details. Default: 1.

  3. defaultConnectionPoolConfig :: ConnectionPoolConfig

    persistent Database.Persist.Sql

    Initializes a ConnectionPoolConfig with default values. See the documentation of ConnectionPoolConfig for each field's default value.

  4. defaultConnectionPoolConfig :: ConnectionPoolConfig

    persistent-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