You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not exactly.
What I mean is to check whether a record exists, if not, insert it otherwise update it (merge).
I use client side function to deal with it right now, but I think better to provide it at server side to gain better performance.
I'm using clojure client library to talk with fleetdb.
Oh right, I see. In order to this completely on the server's side you would need either the "put" operation you mentioned above or a more general compound query that branched on a conditional. I'm not going to add these right away, but I'm putting them on my list to consider in the near future.
It will be more natural to have a "put" operation, or "insert-or-update".
The text was updated successfully, but these errors were encountered: