Packages

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

Current section

Files

Jump to
testcontainer_formulas include testcontainer_formulas@postgres_PostgresContainer.hrl
Raw

include/testcontainer_formulas@postgres_PostgresContainer.hrl

-record(postgres_container, {
container :: testcontainer@container:container(),
connection_url :: binary(),
host :: binary(),
port :: integer(),
database :: binary(),
username :: binary()
}).