Last active
June 3, 2019 09:04
-
-
Save am-MongoDB/5f2024903df179fb03b72402ec223b31 to your computer and use it in GitHub Desktop.
Revisions
-
am-MongoDB revised this gist
Jun 3, 2019 . 1 changed file with 14 additions and 14 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,18 +1,18 @@ 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" } -
am-MongoDB revised this gist
Jun 3, 2019 . 1 changed file with 16 additions and 10 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,18 @@ 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" } -
am-MongoDB created this gist
Jun 3, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ db.freedom.insert ({ 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" }); { "try" : "MongoDB 4.0 today" }