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

View File

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