Comment by Ipseeta Priyadarshini on "Given a choice, for a simple CMS which database would you chose and why? MongoDB, PostgreSQL or MySQL?" | Hashnode
If you want to go schemaless, with native key/value pair and JSON support go for PostgreSQL.
Version 9.4 is faster than MongoDB for both inserting and querying JSON data.