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.
-
persistent-postgresql Database.Persist.Postgresql Same as withPostgresqlConn, but takes a callback for obtaining the server version (to work around an Amazon Redshift bug).
-
persistent-postgresql Database.Persist.Postgresql Create a PostgreSQL connection pool and run the given action. The pool is properly released after the action finishes using it. Note that you should not use the given ConnectionPool outside the action since it may already have been released. The provided action should use runSqlConn and *not* runReaderT because the former brackets the database action with transaction begin/commit.
-
persistent-postgresql Database.Persist.Postgresql Same as withPostgresqlPool, but with the createPostgresqlPoolModified feature.
-
persistent-postgresql Database.Persist.Postgresql Same as withPostgresqlPool, but with the createPostgresqlPoolModifiedWithVersion feature.
-
persistent-postgresql Database.Persist.Postgresql Same as withPostgresqlPool, but can be configured with PostgresConf and PostgresConfHooks.
-
persistent-postgresql Database.Persist.Postgresql Same as withPostgresPool, but takes a callback for obtaining the server version (to work around an Amazon Redshift bug).
driverPostgreSQL :: IConnection conn => Driver connrelational-query-HDBC Database.HDBC.Schema.PostgreSQL Driver implementation
defaultPostgresContainerOptions :: PostgresContainerOptionssandwich-contexts Test.Sandwich.Contexts.PostgreSQL No documentation available.
defaultPostgresNixOptions :: PostgresNixOptionssandwich-contexts Test.Sandwich.Contexts.PostgreSQL No documentation available.
-
sandwich-contexts Test.Sandwich.Contexts.PostgreSQL Same as introducePostgresViaNix, but the postgresAddress of the PostgresContext will be a Unix socket.