Skip to content

Instantly share code, notes, and snippets.

@gjohnson
Created January 23, 2013 06:44
Show Gist options
  • Save gjohnson/4602664 to your computer and use it in GitHub Desktop.
Save gjohnson/4602664 to your computer and use it in GitHub Desktop.
mquery collection interface

Collection

  • insert
  • remove
  • rename
  • save
  • update
  • distinct
  • count
  • drop
  • findAndModify
  • findAndRemove
  • find
  • findOne
  • createIndex
  • ensureIndex
  • indexInformation
  • dropIndex
  • dropAllIndexes
  • reIndex
  • mapReduce
  • group
  • options
  • isCapped
  • indexExists
  • geoNear
  • geoHaystackSearch
  • indexes
  • aggregate
  • stats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment