MySQL Export
Export data to a MySQL database.
Properties
Name | Type | |
---|---|---|
engine | String=mysql:export | |
connection | Object | |
table | String | |
schema | Object |
engine
Must be mysql:export
.
- Required
- Yes
connection
The SQL connection parameters.
- Required
- Yes
Properties
Name | Type | |
---|---|---|
host | String | |
database | String | |
user | String | |
password | String |
connection.host
The network address of the MySQL server e.g. `db.example.com:3306`.
- Required
- Yes
connection.database
The name of the MySQL database.
- Required
- Yes
connection.user
The username to authenticate to MySQL.
- Required
- Yes
connection.password
The password to authenticate to MySQL. Requires `username`.
- Required
- Yes
table
The name of the MySQL table.
- Required
- Yes
schema
Define a schema for the data.
- Required
- Yes