Skip to content

Instantly share code, notes, and snippets.

@zolzaya
Created October 5, 2011 10:22
Show Gist options
  • Save zolzaya/1264115 to your computer and use it in GitHub Desktop.
Save zolzaya/1264115 to your computer and use it in GitHub Desktop.
First user
> zoloo = {username: 'Zoloo', created_at: new Date('10/05/2011'), password: 'secret', last_visited_at: new Date('10/05/2011')}
{
"username" : "Zoloo",
"created_at" : ISODate("2011-10-04T16:00:00Z"),
"password" : "secret",
"last_visited_at" : ISODate("2011-10-04T16:00:00Z")
}
> db.users.insert(zoloo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment