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. postgres :: Label "postgres" PostgresContext

    sandwich-contexts Test.Sandwich.Contexts.PostgreSQL

    No documentation available.

  2. module Database.Beam.Postgres

    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.

  3. data Postgres

    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.

  4. Postgres :: Postgres

    beam-postgres Database.Beam.Postgres

    No documentation available.

  5. module Keter.Plugin.Postgres

    No documentation available.

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

  7. package postgresql-simple

    Mid-Level PostgreSQL client library Mid-Level PostgreSQL client library, forked from mysql-simple.

  8. postgreSQLConnectionString :: ConnectInfo -> ByteString

    postgresql-simple Database.PostgreSQL.Simple

    Turns a ConnectInfo data structure into a libpq connection string.

  9. postgreSQLConnectionString :: ConnectInfo -> ByteString

    postgresql-simple Database.PostgreSQL.Simple.Internal

    Turns a ConnectInfo data structure into a libpq connection string.

  10. postgresqlExceptionFromException :: Exception e => SomeException -> Maybe e

    postgresql-simple Database.PostgreSQL.Simple.Internal

    No documentation available.

Page 1 of many | Next