1. 首页
  2. 移动开发
  3. 其他
  4. pgrel:ActiveRecord扩展用于查询hstore和jsonb 源码

pgrel:ActiveRecord扩展用于查询hstore和jsonb 源码

上传者: 2021-03-28 21:08:46上传 ZIP文件 23.48KB 热度 19次
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
下载地址
用户评论