mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-02 05:20:15 +08:00
Support database or schema
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{
|
||||
"dbType": "MONGODB",
|
||||
"supportDatabase": false,
|
||||
"supportSchema": false,
|
||||
"supportDatabase": true,
|
||||
"supportSchema": true,
|
||||
"driverConfigList": [
|
||||
{
|
||||
"url": "jdbc:mongodb://localhost:27017",
|
||||
|
Reference in New Issue
Block a user