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. data PostgresNixOptions

    sandwich-contexts Test.Sandwich.Contexts.PostgreSQL

    No documentation available.

  2. PostgresNixOptions :: Text -> Text -> Text -> Text -> [Text] -> PostgresNixOptions

    sandwich-contexts Test.Sandwich.Contexts.PostgreSQL

    No documentation available.

  3. data PostgresInaccessible

    beam-postgres Database.Beam.Postgres.Syntax

    No documentation available.

  4. module Drifter.PostgreSQL

    No documentation available.

  5. module Network.Wai.Session.PostgreSQL

    Simple PostgreSQL backed wai-session backend. This module allows you to store session data of wai-sessions in a PostgreSQL database. Two tables are kept, one to store the session's metadata and one to store key,value pairs for each session. All keys and values are stored as bytea values in the postgresql database using haskell's cereal module to serialize and deserialize them. Please note that the module does not let you configure the names of the database tables. It is recommended to use this module with its own database schema.

  6. PostgreSQL :: YggdrasilEngine

    yggdrasil-schema Yggdrasil

    No documentation available.

  7. module Database.DBCleaner.PostgreSQLSimple

    No documentation available.

  8. module Database.Custom.PostgreSQL

    This module provides custom APIs with appropriate configuration for PostgreSQL.

  9. module Database.Relational.Schema.PostgreSQL

    This module implements queries to get table schema and table constraint information from system catalog of PostgreSQL.

  10. data SomePostgreSqlException

    postgresql-simple Database.PostgreSQL.Simple

    Superclass for postgresql exceptions

Page 8 of many | Previous | Next