pub async fn connect_mssql_client_from_ado_string(
connection_string: &str,
) -> Result<ConnectedMssqlClient>Expand description
Connects to SQL Server from an ADO-style connection string.
The connection uses this crate’s tiberius-raw-bulk dependency identity and
Tokio TCP transport internally. The returned wrapper hides those concrete
types from downstream crates.
The raw connection string is not stored in the returned client or in errors.