Skip to content

Instantly share code, notes, and snippets.

@qharlie
Last active August 25, 2015 21:01
Show Gist options
  • Save qharlie/31b8e88f7717db2f6978 to your computer and use it in GitHub Desktop.
Save qharlie/31b8e88f7717db2f6978 to your computer and use it in GitHub Desktop.
db.podsv2.find().forEach(function (pod) {
pod.author = db.getSiblingDB('mlpishared').users.findOne({_id: pod.authorId});
print(pod.author.firstName);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment