mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-09-21 12:03:20 +08:00
Support database or schema
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
{
|
||||
"dbType": "MYSQL",
|
||||
"supportDatabase": true,
|
||||
"supportSchema": false,
|
||||
"driverConfigList": [
|
||||
{
|
||||
"url": "jdbc:mysql://localhost:3306/",
|
||||
|
Reference in New Issue
Block a user