pub fn insert_into<'q>( table: &str, map: &[(&str, &'q (dyn ToSql + Sync + 'q))], ) -> Clause<'q, Insert>