Module: IMW::Schemes::SQL::MySQL
- Defined in:
- lib/imw/schemes/sql.rb
Overview
Module for MySQL databases.
Instance Method Summary collapse
-
#dbi_module ⇒ String
Return the name of the DBI module used to connect to MySQL.
Instance Method Details
#dbi_module ⇒ String
Return the name of the DBI module used to connect to MySQL.
110 111 112 |
# File 'lib/imw/schemes/sql.rb', line 110 def dbi_module "DBI:Mysql" end |