Crates.io | opengauss-protocol |
lib.rs | opengauss-protocol |
version | 0.1.0 |
source | src |
created_at | 2023-04-19 07:23:41.701675 |
updated_at | 2023-04-19 07:23:41.701675 |
description | Low level openGauss protocol APIs |
homepage | |
repository | https://gitee.com/opengauss/openGauss-connector-rust |
max_upload_size | |
id | 843261 |
size | 110,398 |
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
.