feat: Database.PostgreSQL -> export connect function

This commit is contained in:
Serhii Khoma 2019-12-22 13:48:48 +02:00 committed by GitHub
parent c74cbb7ffe
commit 71c12d616b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ module Database.PostgreSQL
, Connection
, Query(..)
, newPool
, connect
, withConnection
, withTransaction
, defaultPoolConfiguration