Current section

Files

Jump to
squirrel include squirrel@internal@database@postgres_ConnectionOptions.hrl
Raw

include/squirrel@internal@database@postgres_ConnectionOptions.hrl

-record(connection_options, {
host :: binary(),
port :: integer(),
user :: binary(),
password :: binary(),
database :: binary(),
timeout_seconds :: integer()
}).