Current section
Files
Jump to
Current section
Files
include/pgl_Config.hrl
-record(config, {
application :: binary(),
host :: binary(),
port :: integer(),
username :: binary(),
password :: binary(),
database :: binary(),
connection_parameters :: list({binary(), binary()}),
ssl :: pgl:ssl(),
rows_as_dict :: boolean(),
ip_version :: pgl:ip_version(),
pool_size :: integer(),
idle_interval :: integer(),
queue_target :: integer()
}).