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
si.make('players').data$({id: 'MyPrecious',username: 'elvis',points: 9999})// => We are assuming the matching entity exists..save$({upsert$: ['username']},done)
Let's assume, a matching entity exists (i.e. there already exists a player with the username 'elvis'). What behavior should I expect?
Now let's assume, no matching entity exists. What behavior should I expect?
The text was updated successfully, but these errors were encountered:
I have code like this:
Let's assume, a matching entity exists (i.e. there already exists a player with the username 'elvis'). What behavior should I expect?
Now let's assume, no matching entity exists. What behavior should I expect?
The text was updated successfully, but these errors were encountered: