Class: ActiveRecord::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/active_record/connection_adapters/hive_adapter.rb

Class Method Summary collapse

Class Method Details

.hive_connection(config) ⇒ Object



11
12
13
14
# File 'lib/active_record/connection_adapters/hive_adapter.rb', line 11

def self.hive_connection(config)
  connection_params = config.values_at(:host, :port, :database, :timeout)
  ConnectionAdapters::HiveAdapter.new(nil, logger, connection_params, config)
end