pub fn m2m_insert_sql(
table: &str,
parent_col: &str,
child_col: &str,
row_count: usize,
) -> StringExpand description
Generates a batched INSERT INTO through_table (parent_col, child_col) VALUES (?, ?), (?, ?), ... statement for M2M join rows.