We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Is is possible to update only one property in LevelDB store similar to document.set({key: value}) in Mongo?
I.e. await myDoc.$set({ "key": "value" })