Skip to content

Instantly share code, notes, and snippets.

@namlook
Created September 26, 2013 12:34
Show Gist options
  • Save namlook/6713531 to your computer and use it in GitHub Desktop.
Save namlook/6713531 to your computer and use it in GitHub Desktop.
>>> nuggets = connection.Nugget.find() # nuggets is a list of Nugget object
>>> nuggets = connection.elkorado.nuggets.collection.find() # nuggets is a list of python dict object.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment