Unfortunately, current Exposed framework does not contain upsert
(update or insert) functionality out of the box.
This simple extension library provides implementation for PostgreSQL. Implementation is based on the comment Maxr1998 made here.
Usage can be seen for example in Wire Poll Bothere