feat: support mssql in databaseConnection plugin (#3674)

* feat: support mssql in databaseConnection plugin

* feat: trust server certificate for mssql
This commit is contained in:
Ge
2025-02-01 10:53:20 +08:00
committed by GitHub
parent 16629e32a7
commit c393002f1d
4 changed files with 388 additions and 23 deletions

View File

@@ -42,6 +42,10 @@
{
"label": "PostgreSQL",
"value": "PostgreSQL"
},
{
"label": "Microsoft SQL Server",
"value": "Microsoft SQL Server"
}
],
"required": true