Current section
Files
Jump to
Current section
Files
include/squirrel@internal@database@postgres_ConnectionOptions.hrl
-record(connection_options, {
host :: binary(),
port :: integer(),
user :: binary(),
password :: binary(),
database :: binary(),
timeout_seconds :: integer()
}).