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.

Revisions

  1. am-MongoDB revised this gist Jun 3, 2019. 1 changed file with 14 additions and 14 deletions.
    28 changes: 14 additions & 14 deletions creative.js
    Original 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
    }
    {
    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" }
  2. am-MongoDB revised this gist Jun 3, 2019. 1 changed file with 16 additions and 10 deletions.
    26 changes: 16 additions & 10 deletions creative.js
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,18 @@
    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"
    });
    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" }
  3. am-MongoDB created this gist Jun 3, 2019.
    12 changes: 12 additions & 0 deletions creative.js
    Original 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" }