-
Type: Task
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Mongoose
Use Case
As a... mongoose (mongodb ODM) user
I want... to be able to use runCommand and runCommandCursor
So that... I have access to custom mongodb commands
User Impact
- [A user asked about this in the mongoose library. |https://github.com/Automattic/mongoose/issues/4497)]
Acceptance Criteria
Implementation Requirements
- create external PR in mongoose library that adds documentation that explains that users can run the following to run runCommand
schema_name.db.db.runCommand(
{ /* run Command info *//}
);
- add similar documentation for the same for runCommandCursor
Testing Requirements
- None