Upsert onConflict

In the JS docs it reads Perform an UPSERT on the table or view. Depending on the column(s) passed to onConflict

but how do I pass an onConflict function?

My data has an id field, but what I really want to prevent is that I create duplicate rows that have the same token field in
Was this page helpful?