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
Hello,
I want to develop upsert (update if exists and insert if doesn’t exists) function with the methods from express-restify-mongoose which works on server side. Any hints are welcome.
In general what is missing to me is documentation by examples.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
The use case is when you want to store user settings or user preferences. In most of the cases you simply want to store the actual data and don't care if have been exist or not until that moment. In this case upsert function is most convenient for the developer.
Hello,
I want to develop upsert (update if exists and insert if doesn’t exists) function with the methods from express-restify-mongoose which works on server side. Any hints are welcome.
In general what is missing to me is documentation by examples.
Thanks in advance.
The text was updated successfully, but these errors were encountered: