pub async fn start_postgres_embedded() -> Result<(PostgreSQL, String)>
Starts a PostgreSQL instance embedded in the application.
Returns a tuple containing the database settings and the URL of the PostgreSQL instance.