pub async fn upsert<'e, E>(
executor: E,
table: &str,
conflict_fields: &[&str],
values: Vec<Vec<Field>>,
options: UpsertOptions,
) -> Result<u64>Expand description
Performs a bulk upsert operation on a PostgreSQL table Returns the number of affected rows