mirromutth/mysql-action

Multiple database

Opened this issue · 0 comments

Could I specify multiple database to be created and allowed by the user, such as

mysql database: ['some_test', 'some2_test']

or

mysql database:
  - 'some_test'
  - 'some2_test'

I need two database to be created but I can't figure out how.

Thank you for your extension, very helpful.