Packages
testcontainer_formulas
1.0.0
Ready-to-use, fully customizable Testcontainer formulas for Gleam (postgres, redis, …).
Current section
Files
Jump to
Current section
Files
include/testcontainer_formulas@mysql_MysqlConfig.hrl
-record(mysql_config, {
image :: binary(),
database :: binary(),
username :: binary(),
password :: cowl:secret(binary()),
root_password :: cowl:secret(binary()),
extra_wait :: gleam@option:option(testcontainer@wait:wait_strategy()),
network :: gleam@option:option(binary()),
name :: gleam@option:option(binary())
}).