hasql-postgres-0.1.0: A "PostgreSQL" driver for the "hasql" library

Safe HaskellNone

Hasql.Postgres

Synopsis

Documentation

data Postgres Source

Settings of a Postgres backend.

Constructors

Postgres 

Fields

host :: ByteString
 
port :: Word16
 
user :: Text
 
password :: Text
 
database :: Text