how to use mongodb with chainable method in meteor?
Collection.Staff.find().sort({_id: -1})
how to use mongodb with chainable method in meteor?
Collection.Staff.find().sort({_id: -1})
so, i can’t use chainable???
Meteor doesn’t currently support chained query syntax.