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.
module Database.Persist.
Postgresql A postgresql backend for persistent.
-
persistent-postgresql Database.Persist.Postgresql Represent Postgres interval using NominalDiffTime
PgInterval :: NominalDiffTime -> PgIntervalpersistent-postgresql Database.Persist.Postgresql No documentation available.
-
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.
PostgresConf :: ConnectionString -> Int -> Integer -> Int -> PostgresConfpersistent-postgresql Database.Persist.Postgresql No documentation available.
-
persistent-postgresql Database.Persist.Postgresql Hooks for configuring the Persistent/its connection to Postgres
-
persistent-postgresql Database.Persist.Postgresql No documentation available.
-
persistent-postgresql Database.Persist.Postgresql.Internal Represent Postgres interval using NominalDiffTime
PgInterval :: NominalDiffTime -> PgIntervalpersistent-postgresql Database.Persist.Postgresql.Internal No documentation available.
class (Eq a, Monoid a) =>
ParserInput apipes-attoparsec Pipes.Attoparsec A class for valid attoparsec input types