openGauss support for Rust. This crate is forked from and based on Rust-Postgres.
A native, synchronous openGauss client.
A native, asynchronous openGauss client.
Conversions between Rust and Postgres types.
TLS support for opengauss and tokio-opengauss via native-tls.
TLS support for opengauss and tokio-opengauss via openssl.
The test suite requires openGauss to be running in the correct configuration. The easiest way to do this is with docker:
docker
and docker-compose
.
sudo yum install docker docker-compose
.sudo usermod -aG docker $USER
openGauss-connector-rust
repo.docker-compose up -d
.cargo test
.docker-compose stop
.