module SwitchDb::Database

Public Class Methods

current_database() click to toggle source

Currently, supported database is only 'mysql'

# File lib/switch_db/database.rb, line 7
def self.current_database
  SwitchDb::Database::Mysql
end