Command Palette
Search for a command to run
Command Palette
Search for a command to run

upsert

✓ Relevant

Insert-or-update queries: PostgreSQL/SQLite use `.onConflictDoUpdate(target, set, setWhere)` with `excluded` keyword; MySQL uses `.onDuplicateKeyUpdate(set)` with `values()` function.