Crates.io | tokio-opengauss |
lib.rs | tokio-opengauss |
version | 0.1.0 |
source | src |
created_at | 2023-04-19 07:26:53.242607 |
updated_at | 2023-04-19 07:26:53.242607 |
description | A native, asynchronous openGauss client |
homepage | |
repository | https://gitee.com/opengauss/openGauss-connector-rust |
max_upload_size | |
id | 843273 |
size | 333,577 |
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
.