Packages

Ready-to-use, fully customizable Testcontainer formulas for Gleam (postgres, redis, …).

Current section

Files

Jump to
testcontainer_formulas include testcontainer_formulas@postgres_PostgresConfig.hrl
Raw

include/testcontainer_formulas@postgres_PostgresConfig.hrl

-record(postgres_config, {
image :: binary(),
database :: binary(),
username :: binary(),
password :: cowl:secret(binary()),
extra_wait :: gleam@option:option(testcontainer@wait:wait_strategy()),
network :: gleam@option:option(binary()),
name :: gleam@option:option(binary())
}).