pub fn batch_exec( conn: &Connection, stmts: &mut Vec<String>, i: usize, ) -> Result<()>
Helper function to handle batch execution of SQL statements