Merge pull request #43 from srghma/patch-2

feat: Database.PostgreSQL -> export connect function
This commit is contained in:
paluh 2019-12-22 13:16:39 +01:00 committed by GitHub
commit 680da31ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,10 @@ module Database.PostgreSQL
, PoolConfiguration
, Pool
, Connection
, ConnectResult
, Query(..)
, newPool
, connect
, withConnection
, withTransaction
, defaultPoolConfiguration