Packages

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

Current section

Files

Jump to
testcontainer_formulas include testcontainer_formulas@mongo_MongoContainer.hrl
Raw

include/testcontainer_formulas@mongo_MongoContainer.hrl

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