Skip to content

Instantly share code, notes, and snippets.

@KattyaCuevas
Created November 13, 2014 17:02
Show Gist options
  • Save KattyaCuevas/ac2b7d7cb5523a88db8f to your computer and use it in GitHub Desktop.
Save KattyaCuevas/ac2b7d7cb5523a88db8f to your computer and use it in GitHub Desktop.
db.users.insert({
name: "Susana",
address: "Calle Lima 257",
age: 25,
status: "A"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment