hasql
Safe HaskellNone
LanguageHaskell2010

Hasql.Connection.Setting.Connection

Synopsis

Documentation

data Connection Source #

Instructions on how to connect to the database.

string :: Text -> Connection Source #

Preconstructed connection string according to the PostgreSQL format.

params :: [Param] -> Connection Source #

Structured parameters.