-
-
Notifications
You must be signed in to change notification settings - Fork 415
feat: added MongoDB operators #4162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📊 Quantitative test results for language: |
I think it makes sense to add both set of commands. We are already using One thing you can do is get the commands from the markdown page (e.g. https://www.mongodb.com/docs/manual/reference/operator/update.md) and filter the names. A simple command to perform this is:
You'll need some cleanup afterwards, but you get the idea. 😄 |
@fzipi need your approval. |
Looks good. Can you please add a description on the |
Co-authored-by: Felipe Zipitría <3012076+fzipi@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks!
Added MongoDB Query and Projection Operators.
There are also Update and Aggregation Operators, any suggestions about these are welcome.