Anywhere collection.upsert(selector, modifier, [options], [callback])
Anywhere collection.insert(doc, [callback])
Anywhere new Mongo.Collection(name, [options]) import { Mongo
Anywhere cursor.fetch()
Mongo-Style Modifiers A modifier is an object that describes how to update a document in place by changing some of its fields. Some examples:
Server collection.deny(options)
Anywhere cursor.observe(callbacks)
Anywhere cursor.forEach(callback, [thisArg])
Mongo-Style Selectors The simplest selectors are just a string or Mongo
Anywhere cursor.count()
Page 2 of 3