feat: support mssql in databaseConnection plugin (#3674)
* feat: support mssql in databaseConnection plugin * feat: trust server certificate for mssql
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
{
|
||||
"label": "PostgreSQL",
|
||||
"value": "PostgreSQL"
|
||||
},
|
||||
{
|
||||
"label": "Microsoft SQL Server",
|
||||
"value": "Microsoft SQL Server"
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
|
||||
Reference in New Issue
Block a user