Module NewRelic::Agent::Instrumentation::SequelHelper
In: lib/new_relic/agent/instrumentation/sequel_helper.rb

Methods

Constants

DEFAULT_PRODUCT_NAME = "Sequel".freeze   Fallback if the product cannot be determined
PRODUCT_NAMES = { :ibmdb => "IBMDB2", :firebird => "Firebird", :informix => "Informix", :jdbc => "JDBC", :mysql => "MySQL", :mysql2 => "MySQL", :oracle => "Oracle", :postgres => "Postgres", :sqlite => "SQLite"   A Sequel adapter is called an "adapter_scheme" and can be accessed from the database:
  DB.adapter_scheme

Public Instance methods

[Validate]