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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ OceanBase is a high-performance database compatible with both MySQL and Oracle p
| [Trino OceanBase Plugin](./trino-oceanbase-plugin/README.md) | Data Analysis | Enables Trino to connect to OceanBase (MySQL/Oracle mode) |
| [WordPress OceanBase Plugin](./wordpress-oceanbase-plugin/README.md) | Content Management | Fixes compatibility issues between WordPress and OceanBase MySQL tenants |
| [OceanBase SQL Helper Plugin](./oceanbase-sql-helper-plugin/README.md) | Development Tools | VSCode extension for quick access to OceanBase SQL keywords documentation |
| [Metabase OceanBase Plugin](https://github.com/xxsc0529/metabase/blob/90aa386bf6d9050dec00ce88da401b69c9bb544e/README.md) | Data Visualization | Enables Metabase to connect to OceanBase (MySQL/Oracle mode) |
| [Metabase OceanBase Plugin](./metabase-oceanbase-plugin/README.md) | Data Visualization | Enables Metabase to connect to OceanBase (MySQL/Oracle mode) |
| [OceanBase SQLAlchemy Plugin](./oceanbase-sqlalchemy-plugin/README.md) | Python ORM | SQLAlchemy dialect for OceanBase Oracle mode, compatible with SQLAlchemy 1.3+ and 2.0+ |
| [OceanBase Dify Plugin](./oceanbase-dify-plugins/README.md) | AI Applications | Enables secure SQL query execution on OceanBase databases through Dify applications |

---

Expand Down Expand Up @@ -57,7 +58,7 @@ OceanBase is a high-performance database compatible with both MySQL and Oracle p

- **Function**: Enables Metabase to connect to OceanBase (MySQL/Oracle mode) with automatic compatibility mode detection and SQL syntax adaptation.
- **Use Case**: Data analysis and visualization using Metabase connected to OceanBase databases.
- **Documentation**: [Metabase OceanBase Plugin](https://github.com/xxsc0529/metabase/blob/90aa386bf6d9050dec00ce88da401b69c9bb544e/README.md)
- **Documentation**: [Metabase OceanBase Plugin](./metabase-oceanbase-plugin/README.md)

---

Expand All @@ -69,6 +70,14 @@ OceanBase is a high-performance database compatible with both MySQL and Oracle p

---

### ✅ OceanBase Dify Plugin

- **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.
- **Use Case**: AI applications that need to interact with OceanBase databases through Dify platform for data querying and manipulation.
- **Documentation**: [OceanBase Dify Plugin](./oceanbase-dify-plugins/README.md)

---

## 📚 Full Documentation Links

| Plugin Name | Documentation Link |
Expand All @@ -77,8 +86,9 @@ OceanBase is a high-performance database compatible with both MySQL and Oracle p
| Trino OceanBase Plugin | [Trino OceanBase Plugin](./trino-oceanbase-plugin/README.md) |
| WordPress OceanBase Plugin | [WordPress OceanBase Plugin](./wordpress-oceanbase-plugin/README.md) |
| OceanBase SQL Helper Plugin | [OceanBase SQL Helper Plugin](./oceanbase-sql-helper-plugin/README.md) |
| Metabase OceanBase Plugin | [Metabase OceanBase Plugin](https://github.com/xxsc0529/metabase/blob/90aa386bf6d9050dec00ce88da401b69c9bb544e/README.md) |
| Metabase OceanBase Plugin | [Metabase OceanBase Plugin](./metabase-oceanbase-plugin/README.md) |
| OceanBase SQLAlchemy Plugin | [OceanBase SQLAlchemy Plugin](./oceanbase-sqlalchemy-plugin/README.md) |
| OceanBase Dify Plugin | [OceanBase Dify Plugin](./oceanbase-dify-plugins/README.md) |

---

Expand Down
16 changes: 13 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ OceanBase 是一款兼容 MySQL 和 Oracle 协议的高性能数据库。本仓
| [Trino OceanBase 插件](./trino-oceanbase-plugin/README_CN.md) | 数据分析 | 支持 Trino 连接 OceanBase(MySQL/Oracle 模式) |
| [WordPress OceanBase 插件](./wordpress-oceanbase-plugin/README_CN.md) | 内容管理 | 修复 WordPress 与 OceanBase MySQL 租户的兼容性问题 |
| [OceanBase SQL 助手插件](./oceanbase-sql-helper-plugin/README_CN.md) | 开发工具 | VSCode 插件,快速访问 OceanBase SQL 关键词文档 |
| [Metabase OceanBase 插件](https://github.com/xxsc0529/metabase/blob/90aa386bf6d9050dec00ce88da401b69c9bb544e/README.md) | 数据可视化 | 支持 Metabase 连接 OceanBase(MySQL/Oracle 模式) |
| [Metabase OceanBase 插件](./metabase-oceanbase-plugin/README_CN.md) | 数据可视化 | 支持 Metabase 连接 OceanBase(MySQL/Oracle 模式) |
| [OceanBase SQLAlchemy 插件](./oceanbase-sqlalchemy-plugin/README.md) | Python ORM | SQLAlchemy 方言,支持 OceanBase Oracle 模式,兼容 SQLAlchemy 1.3+ 和 2.0+ |
| [LangGraph Checkpoint OceanBase 插件](./langgraph-checkpoint-oceanbase-plugin/README.md) | 保存 LangGraph 的 checkpoint | 使用 OceanBase MySQL 模式实现了 LangGraph CheckpointSaver |
| [OceanBase Dify 插件](./oceanbase-dify-plugins/README_CN.md) | AI 应用 | 通过 Dify 应用程序在 OceanBase 数据库上安全执行 SQL 查询 |

------

Expand Down Expand Up @@ -60,7 +61,7 @@ OceanBase 是一款兼容 MySQL 和 Oracle 协议的高性能数据库。本仓

- **功能**:支持 Metabase 连接 OceanBase(MySQL/Oracle 模式),自动检测兼容模式并适配相应 SQL 语法。
- **适用场景**:使用 Metabase 进行数据分析和可视化,连接 OceanBase 数据库。
- **详细文档**:[Metabase OceanBase 插件](https://github.com/xxsc0529/metabase/blob/90aa386bf6d9050dec00ce88da401b69c9bb544e/README.md)
- **详细文档**:[Metabase OceanBase 插件](./metabase-oceanbase-plugin/README_CN.md)

------

Expand All @@ -80,6 +81,14 @@ OceanBase 是一款兼容 MySQL 和 Oracle 协议的高性能数据库。本仓

------

### ✅ OceanBase Dify 插件

- **功能**:一个简单的 OceanBase 数据库插件,通过 Dify 应用程序在 OceanBase 数据库上安全执行 SQL 查询,具有全面的错误处理和结果格式化功能。
- **适用场景**:需要通过 Dify 平台与 OceanBase 数据库交互进行数据查询和操作的 AI 应用程序。
- **详细文档**:[OceanBase Dify 插件](./oceanbase-dify-plugins/README_CN.md)

------

## 📚 完整文档链接

| 插件名称 | 文档链接 |
Expand All @@ -88,9 +97,10 @@ OceanBase 是一款兼容 MySQL 和 Oracle 协议的高性能数据库。本仓
| Trino OceanBase 插件 | [Trino OceanBase 插件](./trino-oceanbase-plugin/README_CN.md) |
| WordPress OceanBase 插件 | [WordPress OceanBase 插件](./wordpress-oceanbase-plugin/README_CN.md) |
| OceanBase SQL 助手插件 | [OceanBase SQL 助手插件](./oceanbase-sql-helper-plugin/README_CN.md) |
| Metabase OceanBase 插件 | [Metabase OceanBase 插件](https://github.com/xxsc0529/metabase/blob/90aa386bf6d9050dec00ce88da401b69c9bb544e/README.md) |
| Metabase OceanBase 插件 | [Metabase OceanBase 插件](./metabase-oceanbase-plugin/README_CN.md) |
| OceanBase SQLAlchemy 插件 | [OceanBase SQLAlchemy 插件](./oceanbase-sqlalchemy-plugin/README.md) |
| LangGraph Checkpoint OceanBase 插件 | [LangGraph Checkpoint OceanBase 插件](./langgraph-checkpoint-oceanbase-plugin/README.md) |
| OceanBase Dify 插件 | [OceanBase Dify 插件](./oceanbase-dify-plugins/README_CN.md) |

------

Expand Down
1 change: 0 additions & 1 deletion metabase-oceanbase-plugin
Submodule metabase-oceanbase-plugin deleted from 90aa38
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix flakey test $ARGUMENTS
1 change: 1 addition & 0 deletions metabase-oceanbase-plugin/.claude/commands/fix-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix issue $ARGUMENTS
1 change: 1 addition & 0 deletions metabase-oceanbase-plugin/.claude/commands/fix-pr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fetch unresolved comments for this branch's PR, then fix them
1 change: 1 addition & 0 deletions metabase-oceanbase-plugin/.claude/commands/repro-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Repro issue $ARGUMENTS in a failing test
5 changes: 5 additions & 0 deletions metabase-oceanbase-plugin/.clj-kondo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Update `clj-kondo` configs for libraries using

```sh
clj-kondo --copy-configs --dependencies --lint "$(clojure -Spath -A:dev)"
```
Loading
Loading