Last active
June 3, 2019 09:04
-
-
Save am-MongoDB/5f2024903df179fb03b72402ec223b31 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
db.freedom.find( | |
{ | |
acidTransaction: "NOW_ENABLED", | |
multiStatement: true, | |
familiarity: "like relational DB", | |
comfortFactor: "🧸 extra cuddly", | |
syntax: "oh so similar", | |
implementation: "even your gran could do it", | |
useCases: "wide open", | |
try: "MongoDB 4.0 today" | |
}, | |
{ | |
_id: 0, | |
try: 1 | |
} | |
); | |
{ "try" : "MongoDB 4.0 today" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment