Last Updated: February 25, 2016
·
1.116K
· alexindigo

PostgreSQL 9.2 is out

Among very exciting performance improvements,
there is new cool feature for frontend or node.js devs:

With PostgreSQL 9.2, query results can be returned as JSON data types.

Which combined with key-value HStore can replace your next favorite NoSql database.

Add PL/V8 (stored procedures in javascript, or PL/Coffee if you're not a morning person) to the mix and you will start asking yourself why would you need any other storage technology on your future projects.

http://www.postgresql.org/about/news/1415/