pub type PostgresService = DockerService<PostgresConfig>;Expand description
Docker-backed PostgreSQL service.
Aliased Type§
pub struct PostgresService {
config: PostgresConfig,
}Fields§
§config: PostgresConfigpub type PostgresService = DockerService<PostgresConfig>;Docker-backed PostgreSQL service.
pub struct PostgresService {
config: PostgresConfig,
}config: PostgresConfig