Skip to content

Instantly share code, notes, and snippets.

@kcliu
Created March 28, 2013 20:51
Show Gist options
  • Save kcliu/5266686 to your computer and use it in GitHub Desktop.
Save kcliu/5266686 to your computer and use it in GitHub Desktop.
err, db <- mongodb.Db.open
err, collection <- db.collection 'foo'
err, data <- collection.find({"foo":foo}).toArray
data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment