generated from tpl/purs
Merge pull request #43 from srghma/patch-2
feat: Database.PostgreSQL -> export connect function
This commit is contained in:
commit
680da31ee1
@ -7,8 +7,10 @@ module Database.PostgreSQL
|
|||||||
, PoolConfiguration
|
, PoolConfiguration
|
||||||
, Pool
|
, Pool
|
||||||
, Connection
|
, Connection
|
||||||
|
, ConnectResult
|
||||||
, Query(..)
|
, Query(..)
|
||||||
, newPool
|
, newPool
|
||||||
|
, connect
|
||||||
, withConnection
|
, withConnection
|
||||||
, withTransaction
|
, withTransaction
|
||||||
, defaultPoolConfiguration
|
, defaultPoolConfiguration
|
||||||
|
Loading…
Reference in New Issue
Block a user