Adding a where condition on an upsert using Bob ORM
I have a record I am trying to upsert using Bob however it needs to be conditional but it doesn’t appear that the Upsert
method on Table
supports this. Is there a way that I can implement this?