RubyGems Navigation menu

associate_jsonb 0.0.7

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

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 6.1.4.1.1 - September 19, 2021 (20.5 KB)
  2. 0.0.10 - September 24, 2020 (20.0 KB)
  3. 0.0.9 - August 13, 2020 (19.5 KB)
  4. 0.0.8 - August 12, 2020 (19.5 KB)
  5. 0.0.7 - August 04, 2020 (20.0 KB)
顯示所有版本(共 11)

Runtime 相依性套件 (4):

mutex_m ~> 0.1, >= 0.1.0
pg ~> 1.1, >= 1.1.2
rails ~> 6.0.3, >= 6.0.3.2
zeitwerk ~> 2, >= 2.2.2

Development 相依性套件 (1):

rspec ~> 3.7.0

擁有者:

推送者:

作者:

  • Sampson Crowley

SHA 256 總和檢查碼:

576c614a297f900345cfd5a30cd403b97bdaa01d2502b85db21450588e525e9e

總下載次數 16,142

這個版本 1,544

授權:

MIT

Ruby 版本需求: >= 2.7

相關連結: