How can i add something only if it does not alread...
# orm-help
h
How can i add something only if it does not already exist?
r
@Halvor 👋 What you’re looking for is upsert and passing empty to
update: {}
.