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. postgresNixDatabase :: PostgresNixOptions -> Text

    sandwich-contexts Test.Sandwich.Contexts.PostgreSQL

    Postgres default database. The postgres database is always created, but you can create an additional one here. Defaults to test.

  2. postgresNixPassword :: PostgresNixOptions -> Text

    sandwich-contexts Test.Sandwich.Contexts.PostgreSQL

    Postgres password. Default to postgres.

  3. postgresNixPostgres :: PostgresNixOptions -> Text

    sandwich-contexts Test.Sandwich.Contexts.PostgreSQL

    Postgres version to use within the Nixpkgs snapshot of your NixContext. Defaults to "postgresql", but you can pick specific versions like postgresql_15. See <nixpkgs>/top-level/all-packages.nix for the available versions in your snapshot.

  4. postgresNixUsername :: PostgresNixOptions -> Text

    sandwich-contexts Test.Sandwich.Contexts.PostgreSQL

    Postgres username. Default to postgres.

  5. postgresPassword :: PostgresContext -> Text

    sandwich-contexts Test.Sandwich.Contexts.PostgreSQL

    No documentation available.

  6. postgresUsername :: PostgresContext -> Text

    sandwich-contexts Test.Sandwich.Contexts.PostgreSQL

    No documentation available.

  7. postgresUriSyntax :: c Postgres Connection Pg -> BeamURIOpeners c

    beam-postgres Database.Beam.Postgres

    BeamURIOpeners for the standard postgresql: URI scheme. See the postgres documentation for more details on the formatting. See documentation for BeamURIOpeners for more information on how to use this with beam

  8. postgresDataTypeDeserializers :: BeamDeserializers Postgres

    beam-postgres Database.Beam.Postgres.Migrate

    BeamDeserializers for postgres-specific types:

  9. package postgresql-libpq-notify

    Minimal dependency PostgreSQL notifications library Minimal dependency PostgreSQL notifications library. Please see README.md

  10. package postgresql-migration

    PostgreSQL Schema Migrations A PostgreSQL-simple schema migration utility

Page 4 of many | Previous | Next