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.
postgres :: Label "postgres" PostgresContextsandwich-contexts Test.Sandwich.Contexts.PostgreSQL No documentation available.
-
Postgres is a popular, open-source RDBMS. It is fairly standards compliant and supports many advanced features and data types. The beam-postgres module is built atop of postgresql-simple, which is used for connection management, transaction support, serialization, and deserialization. beam-postgres supports most beam features as well as many postgres-specific features. For example, beam-postgres provides support for full-text search, DISTINCT ON, JSON handling, postgres ARRAYs, RANGEs, and the MONEY type. The documentation for beam-postgres functionality below indicates which postgres function each function or type wraps. Postgres maintains its own in-depth documentation. Please refer to that for more detailed information on behavior. For examples on how to use beam-postgres usage, see its manual.
-
beam-postgres Database.Beam.Postgres The Postgres backend type, used to parameterize MonadBeam. See the definitions there for more information. The corresponding query monad is Pg. See documentation for MonadBeam and the user guide for more information on using this backend.
-
beam-postgres Database.Beam.Postgres No documentation available.
-
No documentation available.
module System.TmpProc.Docker.
Postgres Provides an instance of Proc that launches postgres as a tmp proc. The instance this module provides can be used in integration tests as is. It's also possible to write other instances that launch postgres in different ways; for those, this instance can be used as a reference example.
-
Mid-Level PostgreSQL client library Mid-Level PostgreSQL client library, forked from mysql-simple.
postgreSQLConnectionString :: ConnectInfo -> ByteStringpostgresql-simple Database.PostgreSQL.Simple Turns a ConnectInfo data structure into a libpq connection string.
postgreSQLConnectionString :: ConnectInfo -> ByteStringpostgresql-simple Database.PostgreSQL.Simple.Internal Turns a ConnectInfo data structure into a libpq connection string.
postgresqlExceptionFromException :: Exception e => SomeException -> Maybe epostgresql-simple Database.PostgreSQL.Simple.Internal No documentation available.
Page 1 of many | Next