Using PostgreSQL and hstore with Rails
Rails 4+ brought new column types for PostgreSQL. In this article you’ll see how to use hstore, with examples on how you can query the column and use a custom serializer so you can have type coercion on its values.
Post a comment