MySql Db Store
Description | Connection to a MySql database |
---|---|
Type | mysql |
Category | Db |
Configuration
Name | Description | Type | Mandatory | Comment |
---|---|---|---|---|
ConnectionString | The connection string to connect to the database | string | TRUE |
CODE
{
"Name": "propilot",
"Type": "mysql",
"HealthCheck": true,
"Config": {
"ConnectionString": "Server=10.0.20.5;Port=3306;User Id=datafactory;Password=xxx;Database=imexkpis"
}
}