Mongo_Toolkit: enable execution of all mongo methods #56
Labels
severity:medium
Slows progress, but workaround is possible
size:M
Measured in hours
type:feature
New capability or enhancement
We currently force the use of the
aggregate
method, which is just a small part of the mongo methods collection. Enabling methods likecount
,replace
,update
would simplify things.We can take two ways:
Query
object, that specifies the commandExecute
method in the bhom to send custom commands.I lean towards the latter, as it is a more advanced feature, which could compromise the database.
The text was updated successfully, but these errors were encountered: