• Patches@ttrpg.network
    link
    fedilink
    arrow-up
    31
    arrow-down
    1
    ·
    edit-2
    9 个月前

    Postgre is still better than MongoDB so I am okay with this.

    Every. Every single project. Who could have predicted our data would become relational?

    • UFO@programming.dev
      link
      fedilink
      arrow-up
      15
      arrow-down
      1
      ·
      9 个月前

      100% accurate.

      As somebody reducing mongodb at work: postgres first would have saved so much trouble!

    • Tja@programming.dev
      link
      fedilink
      arrow-up
      1
      arrow-down
      4
      ·
      9 个月前

      You might have be doing something wrong then. MongoDB handles relationships just fine, just because your data has relations doesn’t mean that it needs to be stored in tables. In fact, a graph database does relationships even better, but we don’t use neo4j for all our apps, do we?