Pgrel ActiveRecord扩展,用于查询hstore,array和jsonb。 兼容Rails > = 4.2(包括Rails 6 )。 安装 在您的Gemfile中: gem "pgrel" , "~> 0.3" 网上商店 查询方式 该功能基于ActiveRecord WhereChain 。 要开始查询调用where(:store_name)并使用商店特定的调用将其链接(请参见下文)。 按键值查询: Hstore . where . store ( :tags , a : 1 , b : 2 ) #=> select * from hstores where tags