SqlServer Db Store
Description | Connection to a SQL Server database |
---|---|
Type | sqlserver |
Category | Db |
Configuration
Name | Description | Type | Mandatory | Comment |
---|---|---|---|---|
ConnectionString | The connection string to connect to the database | string | TRUE |
CODE
{
"Name": "database",
"Type": "sqlserver",
"HealthCheck": true,
"Config": {
"ConnectionString": "Server=[Host];Port=[Port];User Id=[Username];Password=[Password];Database=[Database name]"
}
}