Skip to content

Commit d16df91

Browse files
committed
fix: update dify-plugin-oceanbase to new repository
1 parent 85ef783 commit d16df91

File tree

16 files changed

+10
-1020
lines changed

16 files changed

+10
-1020
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ OceanBase is a high-performance database compatible with both MySQL and Oracle p
1616
| [OceanBase SQL Helper Plugin](./oceanbase-sql-helper-plugin/README.md) | Development Tools | VSCode extension for quick access to OceanBase SQL keywords documentation |
1717
| [Metabase OceanBase Plugin](./metabase-oceanbase-plugin/README.md) | Data Visualization | Enables Metabase to connect to OceanBase (MySQL/Oracle mode) |
1818
| [OceanBase SQLAlchemy Plugin](./oceanbase-sqlalchemy-plugin/README.md) | Python ORM | SQLAlchemy dialect for OceanBase Oracle mode, compatible with SQLAlchemy 1.3+ and 2.0+ |
19-
| [OceanBase Dify Plugin](./oceanbase-dify-plugins/README.md) | AI Applications | Enables secure SQL query execution on OceanBase databases through Dify applications |
19+
| [OceanBase Dify Plugin](./dify-plugin-oceanbase/README.md) | AI Applications | Enables secure SQL query execution on OceanBase databases through Dify applications |
2020
| [LangGraph Checkpoint OceanBase Plugin](./langgraph-checkpoint-oceanbase-plugin/README.md) | LangGraph CheckpointSaver| Implementation of LangGraph CheckpointSaver that uses OceanBase MySQL mode|
2121

2222
---
@@ -73,9 +73,10 @@ OceanBase is a high-performance database compatible with both MySQL and Oracle p
7373

7474
### ✅ OceanBase Dify Plugin
7575

76-
- **Function**: A simple OceanBase database plugin that enables secure SQL query execution on OceanBase databases through Dify applications with comprehensive error handling and result formatting.
76+
- **Function**: A Dify plugin for connecting to and querying OceanBase databases. This project has been migrated to a new repository.
7777
- **Use Case**: AI applications that need to interact with OceanBase databases through Dify platform for data querying and manipulation.
78-
- **Documentation**: [OceanBase Dify Plugin](./oceanbase-dify-plugins/README.md)
78+
- **Documentation**: [OceanBase Dify Plugin](./dify-plugin-oceanbase/README.md)
79+
- **New Repository**: https://github.com/oceanbase/dify-plugin-oceanbase
7980

8081
---
8182

@@ -99,7 +100,7 @@ OceanBase is a high-performance database compatible with both MySQL and Oracle p
99100
| OceanBase SQL Helper Plugin | [OceanBase SQL Helper Plugin](./oceanbase-sql-helper-plugin/README.md) |
100101
| Metabase OceanBase Plugin | [Metabase OceanBase Plugin](./metabase-oceanbase-plugin/README.md) |
101102
| OceanBase SQLAlchemy Plugin | [OceanBase SQLAlchemy Plugin](./oceanbase-sqlalchemy-plugin/README.md) |
102-
| OceanBase Dify Plugin | [OceanBase Dify Plugin](./oceanbase-dify-plugins/README.md) |
103+
| OceanBase Dify Plugin | [OceanBase Dify Plugin](./dify-plugin-oceanbase/README.md) |
103104
| LangGraph Checkpoint OceanBase Plugin | [LangGraph Checkpoint OceanBase Plugin](./langgraph-checkpoint-oceanbase-plugin/README.md) |
104105

105106
---

README_CN.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OceanBase 是一款兼容 MySQL 和 Oracle 协议的高性能数据库。本仓
1919
| [Metabase OceanBase 插件](./metabase-oceanbase-plugin/README_CN.md) | 数据可视化 | 支持 Metabase 连接 OceanBase(MySQL/Oracle 模式) |
2020
| [OceanBase SQLAlchemy 插件](./oceanbase-sqlalchemy-plugin/README.md) | Python ORM | SQLAlchemy 方言,支持 OceanBase Oracle 模式,兼容 SQLAlchemy 1.3+ 和 2.0+ |
2121
| [LangGraph Checkpoint OceanBase 插件](./langgraph-checkpoint-oceanbase-plugin/README.md) | 保存 LangGraph 的 checkpoint | 使用 OceanBase MySQL 模式实现了 LangGraph CheckpointSaver |
22-
| [OceanBase Dify 插件](./oceanbase-dify-plugins/README_CN.md) | AI 应用 | 通过 Dify 应用程序在 OceanBase 数据库上安全执行 SQL 查询 |
22+
| [OceanBase Dify 插件](./dify-plugin-oceanbase/README_CN.md) | AI 应用 | 通过 Dify 应用程序在 OceanBase 数据库上安全执行 SQL 查询 |
2323
| [LangGraph Checkpoint OceanBase 插件](./langgraph-checkpoint-oceanbase-plugin/README_CN.md) | 保存 LangGraph 的 checkpoint | 使用 OceanBase MySQL 模式实现了 LangGraph CheckpointSaver |
2424
------
2525

@@ -83,9 +83,10 @@ OceanBase 是一款兼容 MySQL 和 Oracle 协议的高性能数据库。本仓
8383

8484
### ✅ OceanBase Dify 插件
8585

86-
- **功能**一个简单的 OceanBase 数据库插件,通过 Dify 应用程序在 OceanBase 数据库上安全执行 SQL 查询,具有全面的错误处理和结果格式化功能
86+
- **功能**用于连接和查询 OceanBase 数据库的 Dify 插件。此项目已迁移到新仓库
8787
- **适用场景**:需要通过 Dify 平台与 OceanBase 数据库交互进行数据查询和操作的 AI 应用程序。
88-
- **详细文档**[OceanBase Dify 插件](./oceanbase-dify-plugins/README_CN.md)
88+
- **详细文档**[OceanBase Dify 插件](./dify-plugin-oceanbase/README_CN.md)
89+
- **新仓库地址**https://github.com/oceanbase/dify-plugin-oceanbase
8990

9091
------
9192

@@ -109,7 +110,7 @@ OceanBase 是一款兼容 MySQL 和 Oracle 协议的高性能数据库。本仓
109110
| Metabase OceanBase 插件 | [Metabase OceanBase 插件](./metabase-oceanbase-plugin/README_CN.md) |
110111
| OceanBase SQLAlchemy 插件 | [OceanBase SQLAlchemy 插件](./oceanbase-sqlalchemy-plugin/README.md) |
111112
| LangGraph Checkpoint OceanBase 插件 | [LangGraph Checkpoint OceanBase 插件](./langgraph-checkpoint-oceanbase-plugin/README.md) |
112-
| OceanBase Dify 插件 | [OceanBase Dify 插件](./oceanbase-dify-plugins/README_CN.md) |
113+
| OceanBase Dify 插件 | [OceanBase Dify 插件](./dify-plugin-oceanbase/README_CN.md) |
113114
| LangGraph Checkpoint OceanBase 插件 | [LangGraph Checkpoint OceanBase 插件](./langgraph-checkpoint-oceanbase-plugin/README_CN.md) |
114115

115116
------

oceanbase-dify-plugins/.github/workflows/plugin-publish.yml

Lines changed: 0 additions & 143 deletions
This file was deleted.

oceanbase-dify-plugins/.gitignore

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)