Skip to main content

connect_shared

Function connect_shared 

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

Opens a direct SQL Server connection and wraps it in a SharedConnection.

Derived contexts use this helper behind their generated connect(...) constructors.