Function mongodb_client::create

source ·
pub async fn create(connection_string: impl AsRef<str>) -> Result<Client, Error>
Expand description

A wrapper to create a new MongoDB client. Please remove me when we do not need special setup anymore for this.