Open
Description
Submitted by: @kattunga
Votes: 32
Native JSON datatype for columns is a must have today.
With the feature present some workflows could be done in ACID SQL databases without moving to noSql databases.
Al mayor database vendors has support to JSON data manipulation and many of them has support to JSON datatype in columns.
MySQL implementation:
https://dev.mysql.com/doc/refman/5.7/en/json.html
PostgreeSql implementation:
http://www.postgresql.org/docs/9.4/static/datatype-json.html
Regards