mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-29 17:27:41 +00:00
🍻 publish plugin MongoDB (#2188)
This commit is contained in:
@ -7118,5 +7118,26 @@
|
|||||||
"is_official": false,
|
"is_official": false,
|
||||||
"type": "application",
|
"type": "application",
|
||||||
"supported_adapters": ["nonebot.adapters.onebot.v11"]
|
"supported_adapters": ["nonebot.adapters.onebot.v11"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"module_name": "nonebot_plugin_mongodb",
|
||||||
|
"project_link": "nonebot-plugin-mongodb",
|
||||||
|
"name": "MongoDB",
|
||||||
|
"desc": "基于 MongoDB ODM 的数据库管理插件",
|
||||||
|
"author": "Well2333",
|
||||||
|
"homepage": "https://github.com/Well2333/nonebot-plugin-mongodb",
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "mongodb",
|
||||||
|
"color": "#30a340"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "beanie",
|
||||||
|
"color": "#ff0a0a"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"is_official": false,
|
||||||
|
"type": "library",
|
||||||
|
"supported_adapters": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user