Open zeebo opened 6 years ago
sqlite3 supports this easily, whereas postgres will require doing an on conflict update setting every single column to either the create value or a default value.
on conflict update
sqlite3 supports this easily, whereas postgres will require doing an
on conflict update
setting every single column to either the create value or a default value.