execute_and_check_output

Function execute_and_check_output 

Source
pub async fn execute_and_check_output(
    db: &Database,
    sql: &str,
    expected: ExpectedOutput<'_>,
)