Module testcontainers_modules::surrealdb
source · Available on crate feature
surrealdb only.Expand description
surrealdb (mutli model database) testcontainer
Structs§
- Module to work with
SurrealDBinside of tests. Starts an instance of SurrealDB. This module is based on the officialSurrealDB docker image. Default user and password isroot, and exposed port is8000(SURREALDB_PORT).
Constants§
- Port that the
SurrealDBcontainer has internally Can be rebound externally viatestcontainers::core::ImageExt::with_mapped_port