文件名称:distribute_reads:将数据库读取扩展为Rails中的副本
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-12 12:11:26
Ruby
分发阅读 将数据库读取扩展为Rails中的副本 :tangerine: 经过战斗测试 安装 将此行添加到您的应用程序的Gemfile中: gem 'distribute_reads' 如何使用 大部分工作。 首先,更新database.yml以使用它: default : &default url : postgresql-makara:/// makara : sticky : true connections : - role : master name : primary url : <%= ENV["DATABASE_URL"] %> - name : replica url : <%= ENV["REPLICA_DATABASE_URL"] %> development : << : *de
【文件预览】:
distribute_reads-master
----.gitignore(80B)
----distribute_reads.gemspec(853B)
----gemfiles()
--------activerecord51.gemfile(110B)
--------activerecord52.gemfile(110B)
--------activerecord50.gemfile(110B)
--------activerecord60.gemfile(110B)
--------makara3.gemfile(76B)
----CHANGELOG.md(1KB)
----LICENSE.txt(1KB)
----.github()
--------workflows()
----README.md(5KB)
----lib()
--------distribute_reads()
--------distribute_reads.rb(4KB)
----Gemfile(99B)
----Rakefile(197B)
----test()
--------distribute_reads_test.rb(9KB)
--------test_helper.rb(2KB)