Method: Myq::Commands#create_db

Defined in:
lib/myq/commands.rb

#create_db(database) ⇒ Object



116
117
118
# File 'lib/myq/commands.rb', line 116

def create_db(database)
  @core.create_database_utf8(database)
end