Skip to content
autoaffection edited this page Jun 12, 2020 · 12 revisions

Schema-free, structured storage inside a Relational Database Management System (RDBMS). Use a VARCHAR, TEXT, CLOB, BLOB, or BINARY column in your schema to store structured data in JSON, while still letting you run validations against that data, build methods on top of it, and automatically delegate it to your models. Far more powerful than ActiveRecord's built-in serialization mechanism, flex_columns gives you the freedom of databases without schemas inside a proven RDBMS.

Clone this wiki locally