spaceuptech / space-api-java

Apache License 2.0
5 stars 3 forks source link

Ability to put raw MongoDB where query in the mongo client ! #2

Open YourTechBud opened 5 years ago

YourTechBud commented 5 years ago

We need to let the user to set the find field manually. We can have a function named rawWhere similar to where which accepts a Map and sets it as the find clause directly (after converting it to JSON)