Module: Migr8::DBMS

Defined in:
lib/migr8.rb

Defined Under Namespace

Classes: Base, MySQL, PostgreSQL, SQLite3

Class Method Summary collapse

Class Method Details

.detect_by_command(command) ⇒ Object



660
661
662
# File 'lib/migr8.rb', line 660

def self.detect_by_command(command)
  return Base.detect_by_command(command)
end