tinyows
tinyows copied to clipboard
Supporting PostgreSQL hstore ?
PostgreSQL hstore attribute is not handled. Explore a way to handle such kind of storage, if possible.
Better aim at JSONB with newest PostgreSQL releases ( >= 9.4). Maybe using views on such non-relational columns can be an option.