pub fn rows_to_sql_insert( rows: &[Value], columns: &[String], schema: &str, table: &str, ) -> String