You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-38Lines changed: 26 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,22 @@
2
2
3
3
This repository includes multiple plugins designed to resolve compatibility issues between **OceanBase** and various frameworks/tools (such as Flyway, Trino, and WordPress). Each plugin is optimized for specific scenarios to ensure stable and efficient database operations.
4
4
5
-
------
5
+
---
6
6
7
7
## 🧩 Project Overview
8
8
9
9
OceanBase is a high-performance database compatible with both MySQL and Oracle protocols. This repository provides the following plugins to help developers address common compatibility issues in real-world applications:
|[Flyway OceanBase Plugin](./flyway-oceanbase-plugin/README.md)| Database Migration | Resolves compatibility issues when using Flyway with OceanBase in MySQL mode |
14
-
|[Trino OceanBase Plugin](./trino-oceanbase-plugin/README.md)| Data Analysis | Enables Trino to connect to OceanBase (MySQL/Oracle mode) |
15
-
|[WordPress OceanBase Plugin](./wordpress-oceanbase-plugin/README.md)| Content Management | Fixes compatibility issues between WordPress and OceanBase MySQL tenants |
16
-
|[OceanBase SQL Helper Plugin](./oceanbase-sql-helper-plugin/README.md)| Development Tools | VSCode extension for quick access to OceanBase SQL keywords documentation |
17
-
|[Metabase OceanBase Plugin](./metabase-oceanbase-plugin/README.md)| Data Visualization | Enables Metabase to connect to OceanBase (MySQL/Oracle mode) |
|[Flyway OceanBase Plugin](./flyway-oceanbase-plugin/README.md)| Database Migration | Resolves compatibility issues when using Flyway with OceanBase in MySQL mode|
14
+
|[Trino OceanBase Plugin](./trino-oceanbase-plugin/README.md)| Data Analysis | Enables Trino to connect to OceanBase (MySQL/Oracle mode)|
15
+
|[WordPress OceanBase Plugin](./wordpress-oceanbase-plugin/README.md)| Content Management | Fixes compatibility issues between WordPress and OceanBase MySQL tenants|
16
+
|[OceanBase SQL Helper Plugin](./oceanbase-sql-helper-plugin/README.md)| Development Tools | VSCode extension for quick access to OceanBase SQL keywords documentation |
17
+
|[Metabase OceanBase Plugin](https://github.com/xxsc0529/metabase/blob/90aa386bf6d9050dec00ce88da401b69c9bb544e/README.md)| Data Visualization | Enables Metabase to connect to OceanBase (MySQL/Oracle mode)|
18
18
|[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
-
|[LangGraph Checkpoint OceanBase Plugin](./langgraph-checkpoint-oceanbase-plugin/README.md)| LangGraph CheckpointSaver| Implementation of LangGraph CheckpointSaver that uses OceanBase MySQL mode|
20
19
21
-
------
20
+
---
22
21
23
22
## 📁 Plugin Details
24
23
@@ -28,87 +27,76 @@ OceanBase is a high-performance database compatible with both MySQL and Oracle p
28
27
-**Use Case**: Managing database migrations for OceanBase MySQL mode using Flyway.
0 commit comments