tsukasaoishi / fresh_connection

FreshConnection provides access to one or more configured database replicas.
MIT License
58 stars 11 forks source link

Use Rails multi DB #37

Open tsukasaoishi opened 4 years ago

hubertjakubiak commented 3 years ago

What's progress on making this gem compatible with Rails 6? Do you need any help here?

tsukasaoishi commented 3 years ago

@hubertjakubiak FreshConnction version3.1.0 or later should work with Rails 6. I've been trying to use the multiple database feature of Rails6 to FreshConnection in this PullRequst. I have a problem that the query cache of replica connection doesn't flush after create/update/delete query is executed.