Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. PostgresForShare :: PostgresRowLevelLockStrength

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  2. PostgresForUpdate :: PostgresRowLevelLockStrength

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  3. PostgresLockingClauses :: [PostgresLockingKind] -> LockingClause

    esqueleto Database.Esqueleto.Internal.Internal

    Locking clause specific to postgres

  4. data PostgresLockingKind

    esqueleto Database.Esqueleto.Internal.Internal

    Postgres specific locking, used only internally

  5. PostgresLockingKind :: PostgresRowLevelLockStrength -> Maybe LockingOfClause -> OnLockedBehavior -> PostgresLockingKind

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  6. data PostgresRowLevelLockStrength

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  7. module Database.Esqueleto.PostgreSQL

    This module contain PostgreSQL-specific functions.

  8. module Database.Persist.Postgresql

    A postgresql backend for persistent.

  9. data PostgresConf

    persistent-postgresql Database.Persist.Postgresql

    Information required to connect to a PostgreSQL database using persistent's generic facilities. These values are the same that are given to withPostgresqlPool.

  10. PostgresConf :: ConnectionString -> Int -> Integer -> Int -> PostgresConf

    persistent-postgresql Database.Persist.Postgresql

    No documentation available.

Page 6 of many | Previous | Next