Current section

Files

Jump to
postgleam include postgleam@config_Config.hrl
Raw

include/postgleam@config_Config.hrl

-record(config, {
host :: binary(),
port :: integer(),
database :: binary(),
username :: binary(),
password :: binary(),
timeout :: integer(),
connect_timeout :: integer(),
extra_parameters :: list({binary(), binary()}),
ssl :: postgleam@config:ssl_mode()
}).