Skip to content

Instantly share code, notes, and snippets.

@csanz
Created September 14, 2010 20:34
Show Gist options
  • Select an option

  • Save csanz/579726 to your computer and use it in GitHub Desktop.

Select an option

Save csanz/579726 to your computer and use it in GitHub Desktop.
csanz:~ csanz$ mongo
MongoDB shell version: 1.0.1
url: test
connecting to: test
type "help" for help
> db.foo.save( { a : 1 } )
> db.foo.find()
{"_id" : ObjectId( "4c8fdbf819faf72c32c0eb3d") , "a" : 1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment