start_postgres_embedded

Function start_postgres_embedded 

Source
pub async fn start_postgres_embedded() -> Result<(PostgreSQL, String)>
Expand description

Starts a PostgreSQL instance embedded in the application.

Returns a tuple containing the database settings and the URL of the PostgreSQL instance.