Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Mongodb 3.x query format support #52

Closed
corporatepiyush opened this issue Aug 8, 2015 · 2 comments
Closed

Mongodb 3.x query format support #52

corporatepiyush opened this issue Aug 8, 2015 · 2 comments

Comments

@corporatepiyush
Copy link

Does Mongorito support all query expression as of MongoDB 3.x native driver ?
e.g. db..aggregate
If yes can we update it to doc ?

@vadimdemedes
Copy link
Owner

Currently, it does not. I am planning to migrate off monk and switch to native driver instead. Right now it is mongorito -> monk -> mongoskin -> native mongo driver. However, it might not happen in the very near future, so stay tuned ;)

@paullryan
Copy link
Contributor

@vdemedes pull #59 is a step in this direction moves to mongorito -> native mongo driver. I did not however change any query syntax stuff yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants