ar2gostruct:从activerecord模型生成Go(golang)结构

时间:2024-06-04 06:39:28
【文件属性】:

文件名称:ar2gostruct:从activerecord模型生成Go(golang)结构

文件大小:18KB

文件格式:ZIP

更新时间:2024-06-04 06:39:28

Ruby

Ar2gostruct 从您的activerecord模型自动生成Golang结构。 安装 将GMO安装为gem: gem install ar2gostruct 或添加到您的Gemfile中: # Gemfile gem "ar2gostruct" 并运行bundle install来安装依赖项。 用法 在您的rails目录中。 bundle exec rake ar2gostruct association=true # association option enables Active Record Associations (Needs ar2gostruct v0.2.0 or greater). # or bundle exec ar2gostruct --a # If you prefer plural struct name, "--plural" optio


【文件预览】:
ar2gostruct-master
----.travis.yml(189B)
----bin()
--------ar2gostruct(987B)
----Rakefile(165B)
----Gemfile(400B)
----ar2gostruct.gemspec(1KB)
----.rspec(21B)
----spec()
--------db()
--------support()
--------ar2gostruct()
--------spec_helper.rb(447B)
----.gitignore(174B)
----CHANGELOG.md(351B)
----lib()
--------ar2gostruct()
--------ar2gostruct.rb(1KB)
----README.md(4KB)
----LICENSE.txt(1KB)

网友评论