Function batch_exec

Source
pub fn batch_exec(
    conn: &Connection,
    stmts: &mut Vec<String>,
    i: usize,
) -> Result<()>
Expand description

Helper function to handle batch execution of SQL statements