Sha256: 7355a467fe981e904706acb6255423367d0f89a13137d8fc3c6ee4cafcfb2a5d

Contents?: true

Size: 174 Bytes

Versions: 16

Compression:

Stored size: 174 Bytes

Contents

class RedshiftConnectionPool < SimpleCache
  include Singleton

  def new_object(role)
    config = REDSHIFT_DB_CONFIG[role]
    RedshiftPG::Connection.new(config)
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
aleph_analytics-0.4.9.pre.dev lib/redshift_connection_pool.rb
aleph_analytics-0.4.8 lib/redshift_connection_pool.rb
aleph_analytics-0.4.7 lib/redshift_connection_pool.rb
aleph_analytics-0.4.4 lib/redshift_connection_pool.rb
aleph_analytics-0.4.2 lib/redshift_connection_pool.rb
aleph_analytics-0.4.1 lib/redshift_connection_pool.rb
aleph_analytics-0.3.0 lib/redshift_connection_pool.rb
aleph_analytics-0.2.0 lib/redshift_connection_pool.rb
aleph_analytics-0.1.0 lib/redshift_connection_pool.rb
aleph_analytics-0.0.6 lib/redshift_connection_pool.rb
aleph_analytics-0.0.5 lib/redshift_connection_pool.rb
aleph_analytics-0.0.4 lib/redshift_connection_pool.rb
aleph_analytics-0.0.3 lib/redshift_connection_pool.rb
aleph_analytics-0.0.2 lib/redshift_connection_pool.rb
aleph_analytics-0.0.1.alpha lib/redshift_connection_pool.rb
aleph_analytics-0.0.0.alpha lib/redshift_connection_pool.rb