mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-29 10:43:06 +08:00
Support database or schema
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
{
|
||||
"dbType": "SQLSERVER",
|
||||
"supportDatabase": true,
|
||||
"supportSchema": true,
|
||||
"driverConfigList": [
|
||||
{
|
||||
"url": "jdbc:sqlserver://localhost:1433;database=master",
|
||||
|
Reference in New Issue
Block a user