I have an assigment on ravenDb and I've written queries for selecting, sorting, filtering and such. But I cannot figure out how to do simple adding a new document to a collection named "Employees" or updating a value inside document "employees/8-A", from "employees".
I have gone through the documention using these links:
https://ravendb.net/docs/article-page/5.4/csharp/client-api/operations/patching/set-based https://ravendb.net/docs/article-page/5.4/csharp/client-api/operations/patching/single-document
I even googled and came across this thread ; Updating documents in RavenDB But one of the linked articles is deleted.
But it's just JS code. Is there no syntax I can run inside the query tool in raven db studio?