hasql
Safe HaskellNone
LanguageHaskell2010

Hasql.Connection.Setting.Connection.Param

Synopsis

Documentation

data Param Source #

Parameter of the connection instructions.

host :: Text -> Param Source #

Host domain name or IP-address.

port :: Word16 -> Param Source #

Port number.

user :: Text -> Param Source #

User name.

password :: Text -> Param Source #

Password.

dbname :: Text -> Param Source #

Database name.

other :: Text -> Text -> Param Source #

Any other parameter under the provided name according to the PostgreSQL format.