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

Mongo_Toolkit: enable execution of all mongo methods #56

Open
epignatelli opened this issue May 16, 2019 · 0 comments
Open

Mongo_Toolkit: enable execution of all mongo methods #56

epignatelli opened this issue May 16, 2019 · 0 comments
Assignees
Labels
severity:medium Slows progress, but workaround is possible size:M Measured in hours type:feature New capability or enhancement

Comments

@epignatelli
Copy link
Member

epignatelli commented May 16, 2019

We currently force the use of the aggregate method, which is just a small part of the mongo methods collection. Enabling methods like count, replace, update would simplify things.

We can take two ways:

  • Have another Query object, that specifies the command
  • Use the Execute 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.

@epignatelli epignatelli added severity:medium Slows progress, but workaround is possible size:M Measured in hours type:feature New capability or enhancement labels May 16, 2019
@epignatelli epignatelli self-assigned this May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity:medium Slows progress, but workaround is possible size:M Measured in hours type:feature New capability or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant