Packages

A PostgreSQL database client for Gleam, based on PGO

Retired package: Release invalid - SSL configuration crashes

Current section

Files

Jump to
pog include pog_Config.hrl
Raw

include/pog_Config.hrl

-record(config, {
host :: binary(),
port :: integer(),
database :: binary(),
user :: binary(),
password :: gleam@option:option(binary()),
ssl :: pog:ssl(),
connection_parameters :: list({binary(), binary()}),
pool_size :: integer(),
queue_target :: integer(),
queue_interval :: integer(),
idle_interval :: integer(),
trace :: boolean(),
ip_version :: pog:ip_version(),
rows_as_map :: boolean(),
default_timeout :: integer()
}).