Hi guys, I'm a little new to drizzle / SQL. Is the following method a good way of generically emulating an upsert for a MySQL db? Are there any issues with this strategy?
import { Table, getTableColumns, sql } from "db";
/**
*
* Helper to get the SQL "set" value for 'onDuplicateKeyUpdate' for any given table.