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.
postgresqlExceptionToException :: Exception e => e -> SomeExceptionpostgresql-simple Database.PostgreSQL.Simple.Internal No documentation available.
-
low-level binding to libpq This is a binding to libpq: the C application programmer's interface to PostgreSQL. libpq is a set of library functions that allow client programs to pass queries to the PostgreSQL backend server and to receive the results of these queries.
postgresLockingOfClause :: PostgresLockingKind -> Maybe LockingOfClauseesqueleto Database.Esqueleto.Internal.Internal No documentation available.
postgresOnLockedBehavior :: PostgresLockingKind -> OnLockedBehavioresqueleto Database.Esqueleto.Internal.Internal No documentation available.
postgresRowLevelLockStrength :: PostgresLockingKind -> PostgresRowLevelLockStrengthesqueleto Database.Esqueleto.Internal.Internal No documentation available.
postgresMkColumns :: [EntityDef] -> EntityDef -> ([Column], [UniqueDef], [ForeignDef])persistent-postgresql Database.Persist.Postgresql.Internal No documentation available.
-
Encoders and decoders for the PostgreSQL's binary format An API for dealing with PostgreSQL's binary data format. . It can be used to implement performant bindings to Postgres. E.g., hasql is based on this library. . It supports all Postgres versions starting from 8.3 and is tested against 8.3, 9.3 and 9.5 with the integer_datetimes setting off and on.
-
An Options type representing options for postgres connections This package exports an Options type representing options for postgres connections
-
PostgreSQL AST parsing and rendering Postgres syntax tree and related utils extracted from the "hasql-th" package. The API is in a rather raw "guts out" state with most documentation lacking, but the codebase is well tested.
postgresAddress :: PostgresContext -> NetworkAddresssandwich-contexts Test.Sandwich.Contexts.PostgreSQL No documentation available.