MongoDB is just not a good/best fit for most of webapps that most of us devs work on. SQL/relational databases are still the best for most use cases. And if you need to put unstructured data in it you can for example use JSON/JSONB in postgres which still has additional features on it that Mongo lacks. And SQL/PLSQL > Mongo query power