Module: SwitchDb::Database

Defined in:
lib/switch_db/database.rb,
lib/switch_db/database/mysql.rb,
lib/switch_db/database/abstract.rb

Defined Under Namespace

Modules: Abstract, Mysql

Class Method Summary collapse

Class Method Details

.current_databaseObject

Currently, supported database is only ‘mysql’



7
8
9
# File 'lib/switch_db/database.rb', line 7

def self.current_database
  SwitchDb::Database::Mysql
end