I am using PostgreSQL i want to store JSON data into table column.
Later i want to retrieve data records criteria based upon JSON attributes.
I know sort of this support available in MS SQL Server but i don’t know that is it available in PostgreSQL or not.
I am using PostgreSQL i want to store JSON data into table column. Later
Share
Yes, take a look at json-datatype project from Google Summer of Code 2010 (especially check json.html) and this answer.