Current section
Files
Jump to
Current section
Files
include/gmysql_Config.hrl
-record(config, {
host :: binary(),
port :: integer(),
user :: gleam@option:option(binary()),
password :: gleam@option:option(binary()),
database :: binary(),
connection_mode :: gmysql:connection_mode(),
connection_timeout :: integer(),
keep_alive :: integer()
}).