module SQLRunner

Constants

InvalidPluginOrder
MissingDependency
NotImplemented
PluginNotFound
RecordNotFound
UnsupportedDatabase
VERSION

Public Class Methods

adapter_registry() click to toggle source
# File lib/sql_runner/adapters.rb, line 7
def self.adapter_registry
  @adapter_registry ||= {}
end
plugin_registry() click to toggle source
# File lib/sql_runner/query.rb, line 9
def self.plugin_registry
  @plugin_registry ||= {}
end