Read more

Using PostgreSQL and jsonb with Ruby on Rails

Thomas Klemm
February 22, 2015Software engineer

Postgres 9.4 introduces a new column type: jsonb. json and jsonb columns store data differently, so just compare the two when you want to store JSON data and choose the one that matches your use case best.

Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

Rails 4.2 includes support for jsonb columns, too. The article outlines different ways on how to interact with the serialized object.

Posted by Thomas Klemm to makandra dev (2015-02-22 13:18)