Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@
[submodule "plugins/ai_group_ui"]
path = plugins/ai_group_ui
url = https://github.com/fastapi-practices/ai_group_ui.git
[submodule "plugins/mongodb"]
path = plugins/mongodb
url = https://github.com/yzbf-lin/mongodb.git
branch = main
20 changes: 20 additions & 0 deletions plugins-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,26 @@
"branch": "master"
}
},
{
"plugin": {
"summary": "MongoDB 数据访问插件",
"version": "0.1.0",
"description": "提供 MongoDB 连接配置、生命周期管理、Beanie 文档注册和插件内依赖注入能力",
"author": "yzbf",
"tags": [
"storage"
],
"database": [
"mysql",
"postgresql"
]
},
"git": {
"path": "plugins/mongodb",
"url": "https://github.com/yzbf-lin/mongodb.git",
"branch": "main"
}
},
{
"plugin": {
"summary": "OSS",
Expand Down
20 changes: 20 additions & 0 deletions plugins-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,26 @@ export const pluginDataList: PluginData[] = [
"branch": "master"
}
},
{
"plugin": {
"summary": "MongoDB 数据访问插件",
"version": "0.1.0",
"description": "提供 MongoDB 连接配置、生命周期管理、Beanie 文档注册和插件内依赖注入能力",
"author": "yzbf",
"tags": [
"storage"
],
"database": [
"mysql",
"postgresql"
]
},
"git": {
"path": "plugins/mongodb",
"url": "https://github.com/yzbf-lin/mongodb.git",
"branch": "main"
}
},
{
"plugin": {
"summary": "OSS",
Expand Down
1 change: 1 addition & 0 deletions plugins/mongodb
Submodule mongodb added at 0f1f6d
Loading