Current section
Files
Jump to
Current section
Files
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()
}).