aaronthorp/meteor-mongo-direct

Mongo.Collection is extended??

ncubica opened this issue · 1 comments

Does this only extend Meteor.Collections or also Mongo.Collection that Meteor now is suggesting to use like:

Pages = new Mongo.Collection("pages");

Both, it has been Mongo now for a fair few versions, renamed from the original meteor.collections but the code caters for both iterations and meteor has been backward compatible also