Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. Plain :: Builder -> Action

    postgresql-simple Database.PostgreSQL.Simple.ToField

    Render without escaping or quoting. Use for non-text types such as numbers, when you are certain that they will not introduce formatting vulnerabilities via use of characters such as spaces or "'".

  2. newtype PGArray a

    postgresql-simple Database.PostgreSQL.Simple.Types

    Wrap a list for use as a PostgreSQL array.

  3. PGArray :: [a] -> PGArray a

    postgresql-simple Database.PostgreSQL.Simple.Types

    No documentation available.

  4. module Data.Pool

    A high-performance pooling abstraction for managing flexibly-sized collections of resources such as database connections.

  5. data Pool a

    resource-pool Data.Pool

    Striped resource pool based on Control.Concurrent.QSem.

  6. data PoolConfig a

    resource-pool Data.Pool

    Configuration of a Pool.

  7. data Pool a

    resource-pool Data.Pool.Internal

    Striped resource pool based on Control.Concurrent.QSem.

  8. Pool :: !PoolConfig a -> !SmallArray (LocalPool a) -> !IORef () -> Pool a

    resource-pool Data.Pool.Internal

    No documentation available.

  9. data PoolConfig a

    resource-pool Data.Pool.Internal

    Configuration of a Pool.

  10. PoolConfig :: !IO a -> a -> IO () -> Double -> Int -> !Maybe Int -> PoolConfig a

    resource-pool Data.Pool.Internal

    No documentation available.

Page 268 of many | Previous | Next