Replies: 0 comments 2 replies
-
Thanks for the idea. I'll try to add it in the next version of nitrite. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a use case where i would like to just update or insert a collection of elements as we are able to do with a single one with the method
WriteResult update(T element, boolean upsert)
but I did not find any provided method to do so. Maybe there is one?If not, if you have not planned to implement it already, I've implemented a simple helper method for me (and possible to share to the community or be inspired by to implement a solution) returning me the affected element count as I did not need access to the affected element ids but constructing a proper
WriteResult
should be doable :)Beta Was this translation helpful? Give feedback.
All reactions