Skip to content

kingdb support #71

New issue

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

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

Already on GitHub? # to your account

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

kingdb support #71

wants to merge 1 commit into from

Conversation

chncaesar
Copy link

@chncaesar chncaesar commented Jan 9, 2025

Change Description

This pr adds support to Kingbase database v8, which is widely used in China. Kingbase is based on PostgreSQL , hence many classes in the plugin extends PostgreSQL.

Tests

The test is done against kingbase v8 KingbaseES V008R006C009B0014 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28), 64-bit.

Here's the history table after running flyway baseline and flyway migrate
7dc5ee62-7cf6-41c8-8990-76cd8a010e00

The plugin is being used in our internal kingbase and java applications.

Notes to use kingbase plugin

Configruation example

user=system
password=password
url=jdbc:kingbase8://192.168.1.1:54321/test_db
driver=com.kingbase8.Driver

Kingbase jdbc maven coordinates

<dependency>
    <groupId>cn.com.kingbase</groupId>
    <artifactId>kingbase8</artifactId>
    <version>8.6.0</version>
</dependency>

Please review, I'm looking forward to feedbacks.

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

Successfully merging this pull request may close these issues.

1 participant