Current section

Files

Jump to
based_pg include based_pg_Config.hrl
Raw

include/based_pg_Config.hrl

-record(config, {
host :: binary(),
port :: integer(),
database :: binary(),
username :: binary(),
password :: binary()
}).