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