Yola


woot

table
    .merge_insert(columns_to_match_on)
    // .on(columns_to_match_on)
    .when_matched_update_all(None)
    .when_not_matched_insert_all()
    .clone()
    .execute(boxed_reader)
    .await
    .expect("error adding batch");
 

The Start


HEY.

rm -rf /