Type Alias PostgresService

Source
pub type PostgresService = DockerService<PostgresConfig>;
Expand description

Docker-backed PostgreSQL service.

Aliased Type§

struct PostgresService {
    config: PostgresConfig,
}

Fields§

§config: PostgresConfig