view source
Rails and PostgreSQL hstore simple use case
As you saw in the latest post about Rails and full-text search, PostgreSQL has some nice and powerful features for managing data which can make your life easier. Another of this awesome features is the hstore column type, which gives you the ability to store hashes in columns.
Advertisement