Correct way of handling upserts in MySql
Hey folks! I am using MySql and cannot use
In my use case this record is going to be created once and then updated several times.
onConflictDoUpdate. In leu of that I am wondering if this is a correct way of doing upsertsIn my use case this record is going to be created once and then updated several times.