Replies: 1 comment
-
This is much needed. It is inefficient to pass the whole object over the network to update just one attribute. Any update on this Deno team ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
After a bit of play with Deno KV, I found myself wishing sometimes there was an api to mutate an object property, without having to provide the full object, something like a partial mutation.
currently
New API suggestion
Although I'm not sure if this is a good idea as it could maybe be anti pattern because one work around is to split the config with multiple keys, like below. But this approach feels less flexible and verbose at first.
Beta Was this translation helpful? Give feedback.
All reactions