Support database or schema

This commit is contained in:
SwallowGG
2023-12-05 17:04:40 +08:00
parent 2627140c81
commit 83639ee52a

View File

@ -1,7 +1,7 @@
{
"dbType": "MONGODB",
"supportDatabase": false,
"supportSchema": false,
"supportDatabase": true,
"supportSchema": true,
"driverConfigList": [
{
"url": "jdbc:mongodb://localhost:27017",