Module
Yoga.Postgres
- Package
- purescript-yoga-postgres
- Repository
- rowtype-yoga/purescript-yoga-postgres
#ConnectionInfo Source
data ConnectionInfo
#PoolConfig Source
type PoolConfig = { connectionTimeoutMillis :: Int, idleTimeoutMillis :: Int, max :: Int }
#ConnectionString Source
type ConnectionString = String