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.
-
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 "'".
-
postgresql-simple Database.PostgreSQL.Simple.Types Wrap a list for use as a PostgreSQL array.
-
postgresql-simple Database.PostgreSQL.Simple.Types No documentation available.
-
A high-performance pooling abstraction for managing flexibly-sized collections of resources such as database connections.
-
resource-pool Data.Pool Striped resource pool based on Control.Concurrent.QSem.
-
resource-pool Data.Pool Configuration of a Pool.
-
resource-pool Data.Pool.Internal Striped resource pool based on Control.Concurrent.QSem.
Pool :: !PoolConfig a -> !SmallArray (LocalPool a) -> !IORef () -> Pool aresource-pool Data.Pool.Internal No documentation available.
-
resource-pool Data.Pool.Internal Configuration of a Pool.
PoolConfig :: !IO a -> a -> IO () -> Double -> Int -> !Maybe Int -> PoolConfig aresource-pool Data.Pool.Internal No documentation available.