You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to check the Timeout property of a Index, and I cannot get mongo.Collection.Index() from outside.
Please expose mongo.collection to coders, and expose all mongo Index operations (such as getAll, find, ...)
The text was updated successfully, but these errors were encountered:
I think Qmgo should implement the missing features instead of your suggestions.
Some APIs in mongo-driver is good enough, there's no need to encapsule them. Exposing them is enough.
Such as the CreateIndex, "+field1" is just similar to {"field": 1}, but lose the extensibility to use geometry, expire or else.
I want to check the Timeout property of a Index, and I cannot get mongo.Collection.Index() from outside.
Please expose mongo.collection to coders, and expose all mongo Index operations (such as getAll, find, ...)
The text was updated successfully, but these errors were encountered: