We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1719180 commit da17cf4Copy full SHA for da17cf4
1 file changed
persistent-postgresql/Database/Persist/Postgresql.hs
@@ -13,7 +13,9 @@
13
-- | A postgresql backend for persistent.
14
module Database.Persist.Postgresql
15
( withPostgresqlPool
16
+ , withPostgresqlPoolWithVersion
17
, withPostgresqlConn
18
+ , withPostgresqlConnWithVersion
19
, createPostgresqlPool
20
, createPostgresqlPoolModified
21
, createPostgresqlPoolModifiedWithVersion
0 commit comments