(Replying to PARENT post)

postgres has a jsonb datatype that works pretty much like mongodb.

https://blog.codeship.com/unleash-the-power-of-storing-json-...

๐Ÿ‘คsandGorgon๐Ÿ•‘6y๐Ÿ”ผ0๐Ÿ—จ๏ธ0

(Replying to PARENT post)

And other regular RDBMS like MariaDB and MySQL have much the same functionality. I store JSON in RDBMS all the time.
๐Ÿ‘คwillvarfar๐Ÿ•‘6y๐Ÿ”ผ0๐Ÿ—จ๏ธ0

(Replying to PARENT post)

But will it perform as good as a dedicated nosql-db? Will the abilitys match? The querys? There usually is a tradeoff when something is forced into something alien. Is this the case here too?
๐Ÿ‘คPurpleRamen๐Ÿ•‘6y๐Ÿ”ผ0๐Ÿ—จ๏ธ0