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@mongo_MongoContainer.hrl
-record(mongo_container, {
container :: testcontainer@container:container(),
connection_url :: binary(),
host :: binary(),
port :: integer(),
database :: binary(),
username :: binary()
}).