pub async fn try_make_client(server: &str) -> Result<Client, Error>
Expand description

Attempts to generate a single client for the MongoDB sevice, without error checks. This could be used to perform connections and evaluate if they could actually be estalished.

This function needs the server endpoint for the MongoDB service.