Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. module Database.Persist.Postgresql

    A postgresql backend for persistent.

  2. newtype PgInterval

    persistent-postgresql Database.Persist.Postgresql

    Represent Postgres interval using NominalDiffTime

  3. PgInterval :: NominalDiffTime -> PgInterval

    persistent-postgresql Database.Persist.Postgresql

    No documentation available.

  4. 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.

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

    persistent-postgresql Database.Persist.Postgresql

    No documentation available.

  6. data PostgresConfHooks

    persistent-postgresql Database.Persist.Postgresql

    Hooks for configuring the Persistent/its connection to Postgres

  7. PostgresConfHooks :: (Connection -> IO (NonEmpty Word)) -> (Connection -> IO ()) -> PostgresConfHooks

    persistent-postgresql Database.Persist.Postgresql

    No documentation available.

  8. newtype PgInterval

    persistent-postgresql Database.Persist.Postgresql.Internal

    Represent Postgres interval using NominalDiffTime

  9. PgInterval :: NominalDiffTime -> PgInterval

    persistent-postgresql Database.Persist.Postgresql.Internal

    No documentation available.

  10. class (Eq a, Monoid a) => ParserInput a

    pipes-attoparsec Pipes.Attoparsec

    A class for valid attoparsec input types

Page 635 of many | Previous | Next