• 0 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jun 18, 2023

help-circle
rss

Before the upsert, do a select where the result is optional. Then if_some() it was an update, if_none() it was an insert.

Looks like the on_conflict is on the ap_url, so I would use that as the key you’re trying to pull in the select.