Skip to main content

upsert_sqlite

Function upsert_sqlite 

Source
pub fn upsert_sqlite(list: &[Data], path: &Path) -> Result<()>
Expand description

Like write_sqlite but opens an existing database instead of recreating it. Rows whose id already exists are replaced; new rows are inserted.