Category: General

Using Postgres’ Hstore datatype in Rails

Monday, Feb 13, 2023

HStore is a key value store within Postgres. You can use it similar to how you would use a dictionary within any other programming language, though it’s specific to a table column in the database.