pg_sql_caller:ActiveRecord的Postgresql Sql调用程序

时间:2024-03-18 14:37:30
【文件属性】:

文件名称:pg_sql_caller:ActiveRecord的Postgresql Sql调用程序

文件大小:12KB

文件格式:ZIP

更新时间:2024-03-18 14:37:30

Ruby

PgSqlCaller ActiveRecord的PostgreSQL Sql调用程序。 安装 将此行添加到您的应用程序的Gemfile中: gem 'pg_sql_caller' 然后执行: $ bundle install 或自己安装为: $ gem install pg_sql_caller 用法 从PgSqlCaller::Base创建子类并PgSqlCaller::Base定义model_class require 'pg_sql_caller' class MySqlCaller < PgSqlCaller :: Base model_class 'ApplicationRecord' end MySqlCaller . select_values 'SELECT id from users WHERE parent_name = ?' , 'John Doe'


【文件预览】:
pg_sql_caller-master
----.travis.yml(275B)
----bin()
--------console(378B)
--------setup(131B)
----sql_caller.gemspec(1KB)
----Rakefile(217B)
----.rubocop.yml(1KB)
----Gemfile(233B)
----.rspec(53B)
----spec()
--------config()
--------pg_sql_caller_spec.rb(149B)
--------pg_sql_caller_base_spec.rb(1014B)
--------spec_helper.rb(681B)
--------fixtures()
----.gitignore(154B)
----lib()
--------pg_sql_caller()
--------pg_sql_caller.rb(143B)
----CODE_OF_CONDUCT.md(3KB)
----README.md(2KB)
----LICENSE.txt(1KB)

网友评论