Skip to content

Add support for GaussDB database #1280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Tyhoning
Copy link

Add support for GaussDB database ,Thanks for you reviews.

@wgzhao
Copy link
Owner

wgzhao commented May 28, 2025

Thanks your PR.

In my opinion, the OpenGauss database is compatible with PostgreSQL. Therefore, it can utilize PostgreSQL-related plugins to read from and write to the OpenGauss database. Even using the rdbmsreader and rdbmswriter plugins should achieve this goal.

@Tyhoning
Copy link
Author

Tyhoning commented Jun 3, 2025

Thank you very much for your reply !
In fact, there are already many differences between GaussDB and PostgreSQL, such as ports, dialects, and some dependencies. In the future, there will be even more differences. This submission allows GaussDB to be used more smoothly without having to consider compatibility issues with other databases. The same applies if new features, such as the upsert function, are added in future versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants