# gaussdb-drivers **Repository Path**: HuaweiCloudDeveloper/gaussdb-drivers ## Basic Information - **Project Name**: gaussdb-drivers - **Description**: GaussDB open source drivers - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-05-12 - **Last Updated**: 2025-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
简体中文 | English
The purpose of this project is to foster the growth of the [GaussDB](https://www.huaweicloud.com/product/gaussdb.html) and [OpenGauss](https://opengauss.org/zh/) open-source ecosystem. The project includes drivers for common programming languages, which are currently built on the PostgreSQL open-source drivers. For details on the GaussDB open-source ecosystem, refer to [gaussdb-ecosystem](https://github.com/HuaweiCloudDeveloper/gaussdb-ecosystem). > ***If you find this project helpful, don't forget to click the `star` in the top-right corner to show your support!*** # Project Information | Language | Driver Name | Based on PostgreSQL Driver | Code Sample | Release Location | | ------ | --------------------------------------------------------------------------------- | ------------------------------------------------------------------ | ------------------- | ------------------- | | JAVA | JDBC | [PgJDBC](https://github.com/pgjdbc/pgjdbc) | [Code Sample](https://support.huaweicloud.com/distributed-devg-v8-gaussdb/gaussdb-12-0059.html) | [Released](https://repo.maven.apache.org/maven2/com/huaweicloud/gaussdb/gaussdbjdbc/) | | JAVA | [gaussdb-r2dbc](https://github.com/HuaweiCloudDeveloper/gaussdb-r2dbc) | [r2dbc-postgresql](https://github.com/pgjdbc/r2dbc-postgresql) | [Code Sample](https://github.com/HuaweiCloudDeveloper/gaussdb-r2dbc-examples) | [Released](https://repo.maven.apache.org/maven2/com/huaweicloud/gaussdb/gaussdb-r2dbc/) | | GO | [gaussdb-go](https://github.com/HuaweiCloudDeveloper/gaussdb-go) | [pgx](https://github.com/jackc/pgx) | [Code Sample](https://github.com/HuaweiCloudDeveloper/gaussdb-go/tree/master/examples) | [Released](https://pkg.go.dev/github.com/HuaweiCloudDeveloper/gaussdb-go) | | .NET | [gaussdb-dotnet](https://github.com/HuaweiCloudDeveloper/gaussdb-dotnet) | [npgsql](https://github.com/npgsql/npgsql) | [Code Sample](https://github.com/HuaweiCloudDeveloper/gaussdb-dotnet/tree/main/example) | [Released](https://www.nuget.org/packages/HuaweiCloud.Driver.GaussDB/) | | Python | [gaussdb-python](https://github.com/HuaweiCloudDeveloper/gaussdb-python) | [psycopg](https://github.com/psycopg/psycopg) | [Code Sample](https://github.com/HuaweiCloudDeveloper/gaussdb-python/tree/master/example) | [Released](https://pypi.org/project/gaussdb/) | | Python | [gaussdb-python-async](https://github.com/HuaweiCloudDeveloper/gaussdb-python-async) | [asyncpg](https://github.com/MagicStack/asyncpg) | | In Development | | NodeJS | [gaussdb-node](https://github.com/HuaweiCloudDeveloper/gaussdb-node) | [node-postgres](https://github.com/brianc/node-postgres) | [Code Sample](https://github.com/HuaweiCloudDeveloper/gaussdb-node/tree/master/examples) | [Released](https://www.npmjs.com/package/gaussdb-node) | | PHP | [gaussdb-php](https://github.com/HuaweiCloudDeveloper/gaussdb-php) | [pdo_pgsql](https://github.com/php/php-src/tree/master/ext/pdo_pgsql) | | In Development | | Rust | [gaussdb-rust](https://github.com/HuaweiCloudDeveloper/gaussdb-rust) | [rust-postgres](https://github.com/sfackler/rust-postgres/) | [Code Sample](https://github.com/HuaweiCloudDeveloper/gaussdb-rust/tree/master/examples) | [Released](https://crates.io/crates/gaussdb) | | C | libpq | [libpq](https://github.com/postgres/postgres/blob/master/src/include/libpq/libpq.h) | [Code Sample](https://support.huaweicloud.com/distributed-devg-v8-gaussdb/gaussdb-12-1845.html) | [Released](https://support.huaweicloud.com/distributed-devg-v8-gaussdb/gaussdb-12-1845.html) | | C | ODBC | [psqlodbc](https://github.com/postgresql-interfaces/psqlodbc) | [Code Sample](https://support.huaweicloud.com/distributed-devg-v8-gaussdb/gaussdb-12-1832.html) | [Released](https://support.huaweicloud.com/distributed-devg-v8-gaussdb/gaussdb-12-1830.html) |