rom-http:ROM的抽象HTTP适配器

时间:2024-02-24 13:42:29
【文件属性】:

文件名称:rom-http:ROM的抽象HTTP适配器

文件大小:38KB

文件格式:ZIP

更新时间:2024-02-24 13:42:29

ruby http adapter rubygem data-mapping

rom-http 用于HTTP适配器。 资源: 安装 将此行添加到您的应用程序的Gemfile中: gem 'rom-http' 然后执行: $ bundle 或自己安装为: $ gem install rom-http 快速开始 require 'rom' class Users < ROM :: Relation [ :http ] schema ( :users ) do attribute :id , ROM :: Types :: Integer attribute :name , ROM :: Types :: String attribut


【文件预览】:
rom-http-master
----.travis.yml(732B)
----rom-http.gemspec(1KB)
----rakelib()
--------rubocop.rake(367B)
----docsite()
--------source()
----Rakefile(470B)
----.github()
--------ISSUE_TEMPLATE()
----CONTRIBUTING.md(2KB)
----Gemfile(344B)
----.rspec(45B)
----examples()
--------repository_with_combine.rb(5KB)
--------github.rb(768B)
----spec()
--------shared()
--------support()
--------unit()
--------integration()
--------spec_helper.rb(1KB)
--------fixtures()
----.gitignore(141B)
----CHANGELOG.md(4KB)
----lib()
--------rom-http.rb(50B)
--------rom()
----.codeclimate.yml(254B)
----README.md(4KB)
----LICENSE.txt(1KB)

网友评论