Crates.io | opengauss |
lib.rs | opengauss |
version | 0.1.0 |
source | src |
created_at | 2023-04-19 07:27:50.742353 |
updated_at | 2023-04-19 07:27:50.742353 |
description | A native, synchronous openGauss client |
homepage | |
repository | https://gitee.com/opengauss/openGauss-connector-rust |
max_upload_size | |
id | 843277 |
size | 104,776 |
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
.