Created
November 1, 2018 22:35
-
-
Save pkosiec/ff2eb1cafbc3ab6e98423400e6ff07a8 to your computer and use it in GitHub Desktop.
MongoDB document definition examples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = [ | |
{ | |
name: "Dog" | |
}, | |
{ | |
name: "Cat" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
name: "Parrot" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment