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

View File

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