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