mirromutth/mysql-action

Dump data into database

Opened this issue · 1 comments

I need to dump some data into the database. How do I do that?

I suggest we have an option called dump and put in the parameter of the dump file to import the database

I am working on importing data in db, but exporting db should be done in similar way:

    - name: Setup test database
      run: mysqldump db_name > backup-file.sql