Support database or schema

This commit is contained in:
SwallowGG
2023-11-16 20:48:45 +08:00
parent 00eb8f5d66
commit 290631abcb
22 changed files with 87 additions and 14 deletions

View File

@ -1,5 +1,7 @@
{
"dbType": "SQLSERVER",
"supportDatabase": true,
"supportSchema": true,
"driverConfigList": [
{
"url": "jdbc:sqlserver://localhost:1433;database=master",