db.hello.insert( { message: 'Hello, MongoDB World!' } ); var cur = db.hello.findOne(); print( cur.message );