this post was submitted on 11 Sep 2025
446 points (98.9% liked)
Programmer Humor
26373 readers
2069 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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?
100% accurate.
As somebody reducing mongodb at work: postgres first would have saved so much trouble!
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?