feat: Database.PostgreSQL -> ConnectResult type -> export

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

View File

@ -7,6 +7,7 @@ module Database.PostgreSQL
, PoolConfiguration , PoolConfiguration
, Pool , Pool
, Connection , Connection
, ConnectResult
, Query(..) , Query(..)
, newPool , newPool
, connect , connect