Using PostgreSQL and jsonb with Ruby on Rails
Rails 4.2 introduced support for Postgres’ jsonb. In this article we’ll explore this new column type, see what are the differences against the already supported json type and how to perform queries from ActiveRecord. Check it out!
Post a comment