Exposing Mongodb / Mongoose update options ! #1008
geminigeek
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
i particularly want to use "writeConcern" for few update queries not whole database , many other options can be made available by adding a new key to payload.update({}) , like "dbDriverOptions" where we can pass these options for the underlying dbdriver to process, this can be useful in future also in case other databases are made compatible with payload.
for my use case i want to use this "writeConcern" ref link https://mongoosejs.com/docs/api.html#model_Model-update
Beta Was this translation helpful? Give feedback.
All reactions