Exposed doesn't seem to support UPSERT. is that co...
# exposed
c
Exposed doesn't seem to support UPSERT. is that correct? If it is, what's the most idiomatic way to insert a row if it's not already present, or update it otherwise?
t
It depends on database you use, please look here for examples https://github.com/JetBrains/Exposed/issues/167