Module: IMW::Schemes::SQL::MySQL

Defined in:
lib/imw/schemes/sql.rb

Overview

Module for MySQL databases.

Instance Method Summary collapse

Instance Method Details

#dbi_moduleString

Return the name of the DBI module used to connect to MySQL.

Returns:

  • (String)


110
111
112
# File 'lib/imw/schemes/sql.rb', line 110

def dbi_module
  "DBI:Mysql"
end