Skip to content

Instantly share code, notes, and snippets.

@KattyaCuevas
Created November 13, 2014 17:08
Show Gist options
  • Save KattyaCuevas/658e3d12a0ead8c8ab95 to your computer and use it in GitHub Desktop.
Save KattyaCuevas/658e3d12a0ead8c8ab95 to your computer and use it in GitHub Desktop.
var doc1 = {
name: "Julián",
age: 16,
address: "Calle Bolivar 209",
status: "D"
}
var doc2 = {
name: "Fatima",
age: 28,
address: "Calle Bolivar 302",
status: "C"
}
db.users.insert(doc1, doc2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment