Skip to content
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

implement other mongodb method #13

Open
9 of 15 tasks
hemedani opened this issue May 15, 2023 · 0 comments
Open
9 of 15 tasks

implement other mongodb method #13

hemedani opened this issue May 15, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@hemedani
Copy link
Member

hemedani commented May 15, 2023

implement:

  • find
  • findeOne
  • insertOne
  • insertMany
  • aggregation
  • deleteById
  • delete
  • deleteOne
  • deleteMany
  • replaceOne
  • updateById - partially implemented (we should implement QQ for this)
  • updateOne - partially implemented (we should implement QQ for this
  • countDocuments
  • count
  • findAndModify

also we need to refactor some logic in find and find one because of dirty code

@hemedani hemedani added enhancement New feature or request good first issue Good for newcomers labels Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant