Skip to main content

or_replace

Function or_replace 

Source
pub fn or_replace<Q: HasOr>() -> impl Mod<Q>
Expand description

OR REPLACE — delete the rows that conflict, then proceed. This is what SQLite’s REPLACE INTO is short for.