Function test_postgres_connection

Source
pub async fn test_postgres_connection(
    configuration: &Configuration,
    workspace: &str,
    test_postgres_connection_request: TestPostgresConnectionRequest,
) -> Result<String, Error<TestPostgresConnectionError>>