Registry / database / activerecord-postgres-hstore

activerecord-postgres-hstore

JSON →
library0.7.8rbrubygemsunverified

Adds support for the PostgreSQL hstore type, providing an alternative for storing hashes instead of using serialization or dynamic tables.

gem install activerecord-postgres-hstore
INSTALL
IMPORT
SIG · ACTIVERECORD-POSTG
A
activerecord-postgres-hstore
databaserubyv0.7.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ActiveRecord::ConnectionAdapters::PostgreSQL::Hstore
require 'activerecord-postgres-hstore'

Use hstore columns in an ActiveRecord model.

require 'activerecord-postgres-hstore' class MyModel < ActiveRecord::Base store_accessor :data, :key1, :key2 end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.8latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
53 hits · last 30 days
node
44
OpenAI (training)
1
Resources