Skip to main content

connect_shared_with_options

Function connect_shared_with_options 

Source
pub async fn connect_shared_with_options(
    connection_string: &str,
    options: MssqlOperationalOptions,
) -> Result<SharedConnection, OrmError>
Expand description

Opens a direct SQL Server connection with explicit operational options.