start_postgres_container

Function start_postgres_container 

Source
pub async fn start_postgres_container() -> Result<ContainerAsync<GenericImage>>
Expand description

Starts a PostgreSQL container using Docker.

Returns a container instance that can be used to interact with the PostgreSQL instance.