Skip to main content

create_connection

Function create_connection 

Source
pub async fn create_connection(
    db_type: DatabaseType,
    connection_string: &str,
) -> Result<Box<dyn DatabaseConnection>>