Skip to content

Instantly share code, notes, and snippets.

@am-MongoDB
Last active June 3, 2019 09:04
Show Gist options
  • Save am-MongoDB/5f2024903df179fb03b72402ec223b31 to your computer and use it in GitHub Desktop.
Save am-MongoDB/5f2024903df179fb03b72402ec223b31 to your computer and use it in GitHub Desktop.
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