Created
May 6, 2015 15:07
-
-
Save dalmat36/375e21332d0b93b1c31b to your computer and use it in GitHub Desktop.
Webinar: Introduction to using MongoDB and Spring Data on Cloud Foundry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| comment = {"author": "fred", | |
| "date": new Date(), | |
| "text": "Best Movie Ever"} | |
| db.posts.update({"_id": ObjectId("554a2380df506c53b1a78647")}, {$push:{"comments": comment}}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment