Skip to content

Instantly share code, notes, and snippets.

@sas1ni69
Last active August 29, 2015 14:12
Show Gist options
  • Save sas1ni69/43eca8bb29201209f842 to your computer and use it in GitHub Desktop.
Save sas1ni69/43eca8bb29201209f842 to your computer and use it in GitHub Desktop.
$ meteor mongo
$ db.books.find();
$ db.books.insert({title: 'Children of Hurin', author: 'J.R.R. Tolkien'});
$ db.books.find();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment