Is it possible to handle JSON data returned by queries in the function passed to dbexec for postgres in sql? Normal calls to sql return data seperated by rows but a JSON request might return a blob of data containing key-value pairs so I am wondering if this is possible.
Also, going for an unstructured format, which is better HSTORE or JSON? I saw a video on the net show significant performance hit for json in postgres 9.2 but from what i’ve read this might have changed with 9.4