Categories: None [Edit]

associate_jsonb

https://rubygems.org/gems/associate_jsonb
https://github.com/SampsonCrowley/associate_jsonb
This gem extends ActiveRecord to add additional functionality to JSONB - use PostgreSQL JSONB data for associations - thread-safe single-key updates to JSONB columns using `jsonb_set` - extended `table#references` for easy migrations and indexes - virtual JSONB foreign keys using check constraints (NOTE: real foreign key constraints are not possible with PostgreSQL JSONB) Inspired by activerecord-jsonb-associations, but for use in Rails 6+ and ruby 2.7+ and with some unnecessary options and features (HABTM) removed and some additional features added

Total

Ranking: 57,438 of 180,469
Downloads: 15,907

Daily

Ranking: 37,537 of 180,459
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
23768,094,638rspec
42514,737,968rails
82349,981,226zeitwerk
107300,179,339pg
1,61913,200,008mutex_m

Owners

#GravatarHandle
1iconSampsonCrowley