Hoogle Search
Within LTS Haskell 23.21 (ghc-9.8.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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).
Page 1 of 1