| Crates.io | opengauss-native-tls |
| lib.rs | opengauss-native-tls |
| version | 0.1.0 |
| created_at | 2023-04-19 07:50:00.467131+00 |
| updated_at | 2023-04-19 07:50:00.467131+00 |
| description | TLS support for tokio-opengauss via native-tls |
| homepage | |
| repository | https://gitee.com/opengauss/openGauss-connector-rust |
| max_upload_size | |
| id | 843309 |
| size | 12,162 |
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 $USERopenGauss-connector-rust repo.docker-compose up -d.cargo test.docker-compose stop.