feat: 增加 mongoDB

This commit is contained in:
zhengkunwang223
2023-02-22 18:04:02 +08:00
parent e222a00022
commit 0915489b45
7 changed files with 158 additions and 4 deletions
+17 -2
View File
@@ -204,9 +204,24 @@
"required": [],
"limit": 1,
"crossVersionUpdate": false,
"website": "https://about.gitlab.com/",
"website": "https://www.postgresql.org/",
"github": "https://github.com/postgres/postgres",
"document": "https://docs.gitlab.com/"
"document": "https://www.postgresql.org/docs/"
},
{
"key": "mongodb",
"name": "MongoDB",
"tags": ["Database"],
"versions": ["6.0.4"],
"shortDescZh": "分布式文件存储数据库",
"shortDescEn": "Fractional file storage database",
"type": "runtime",
"required": [],
"limit": 1,
"crossVersionUpdate": false,
"website": "https://www.mongodb.com/",
"github": "https://github.com/mongodb/mongo",
"document": "https://www.mongodb.com/docs/"
}
]
}