Crates.io | postgres-openssl |
lib.rs | postgres-openssl |
version | 0.5.0 |
source | src |
created_at | 2018-11-12 06:10:50.309743 |
updated_at | 2020-12-25 14:21:57.724683 |
description | TLS support for tokio-postgres via openssl |
homepage | |
repository | https://github.com/sfackler/rust-postgres |
max_upload_size | |
id | 96196 |
size | 24,923 |
PostgreSQL support for Rust.
A native, synchronous PostgreSQL client.
A native, asynchronous PostgreSQL client.
Conversions between Rust and Postgres types.
TLS support for postgres and tokio-postgres via native-tls.
TLS support for postgres and tokio-postgres via openssl.
The test suite requires postgres to be running in the correct configuration. The easiest way to do this is with docker:
docker
and docker-compose
.
sudo apt install docker.io docker-compose
.sudo usermod -aG docker $USER
rust-postgres
repo.docker-compose up -d
.cargo test
.docker-compose stop
.