Method: SwitchDb::Database.current_database

Defined in:
lib/switch_db/database.rb

.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