pgrel:ActiveRecord扩展用于查询hstore和jsonb 源码
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
文件列表
pgrel-master.zip
(预估有个39文件)
pgrel-master
gemfiles
rails6.gemfile
80B
rails42.gemfile
95B
rails60.gemfile
82B
railsmaster.gemfile
86B
rubocop.gemfile
66B
rails5.gemfile
80B
.github
ISSUE_TEMPLATE.md
383B
暂无评论