I need to save key value pairs in PostgreSQL database which will have some basic info regarding the record.
After some googling on the topic I found out hstore
is one of the options. But even after going through the documentation I am not able to figure out how to add records in a table with a hstore
column and also how they are returned in the result and how I can parse it.
I am totally new to PostgreSQL so any code reference will be great.