Module
Database.Postgres
- Package
- purescript-node-postgres
- Repository
- epost/purescript-node-postgres
#ConnectionInfo Source
data ConnectionInfo :: Type
#PoolConfig Source
type PoolConfig = { connectionTimeoutMillis :: Int, idleTimeoutMillis :: Int, max :: Int }
#ConnectionString Source
type ConnectionString = String