andev
upsert { UPDATE myTable SET column1 = :column1, column2 = :column2 WHERE id = :id; INSERT OR IGNORE INTO myTable VALUES ?; }