Skip to content

Instantly share code, notes, and snippets.

@sas1ni69
Last active August 29, 2015 14:12
Show Gist options
  • Save sas1ni69/c28583d26561ee3da3c1 to your computer and use it in GitHub Desktop.
Save sas1ni69/c28583d26561ee3da3c1 to your computer and use it in GitHub Desktop.
db.books.insert([{title: 'The Hunger Games', author: 'Suzanne Collins'},
{title: 'Harry Potter and the Order of the Phoenix', author: 'J.K. Rowling'},
{title: 'To Kill a Mockingbird', author: 'Harper Lee'},
{title: 'Pride and Prejudice', author: 'Jane Austen'},
{title: 'Gone with the Wind', author: 'Margaret Mitchell'},
{title: 'The Chronicles of Narnia', author: 'C.S. Lewis'},
{title: 'Animal Farm' , author: 'George Orwell'},
{title: 'The Giving Tree The Giving Tree', author: 'Shel Silverstein'},
{title: 'The Hitchhikers Guide to the Galaxy', author: 'Douglas Adams'}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment