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.
postgresNixDatabase :: PostgresNixOptions -> Textsandwich-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.
postgresNixPassword :: PostgresNixOptions -> Textsandwich-contexts Test.Sandwich.Contexts.PostgreSQL Postgres password. Default to postgres.
postgresNixPostgres :: PostgresNixOptions -> Textsandwich-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.
postgresNixUsername :: PostgresNixOptions -> Textsandwich-contexts Test.Sandwich.Contexts.PostgreSQL Postgres username. Default to postgres.
postgresPassword :: PostgresContext -> Textsandwich-contexts Test.Sandwich.Contexts.PostgreSQL No documentation available.
postgresUsername :: PostgresContext -> Textsandwich-contexts Test.Sandwich.Contexts.PostgreSQL No documentation available.
postgresUriSyntax :: c Postgres Connection Pg -> BeamURIOpeners cbeam-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
postgresDataTypeDeserializers :: BeamDeserializers Postgresbeam-postgres Database.Beam.Postgres.Migrate BeamDeserializers for postgres-specific types:
package
postgresql-libpq-notify Minimal dependency PostgreSQL notifications library Minimal dependency PostgreSQL notifications library. Please see README.md
-
PostgreSQL Schema Migrations A PostgreSQL-simple schema migration utility