This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Description
- Rails 5.2.3
gem 'active_record_shards', '~> 4.0.0.beta9'
- I am using
gem 'clickhouse-activerecord', '~> 0.5.7'
- When I do
self.establish_connection CLICKHOUSE_DB, it still connects with default mysql db instead of clickhouse db.
- I tried the same after removing this gem and it started working as expected.
- Any idea on what can I do? Am i doing something wrong?