Crates.io | xxai-tokio-postgres |
lib.rs | xxai-tokio-postgres |
version | 0.7.15 |
source | src |
created_at | 2023-06-18 05:52:22.520633 |
updated_at | 2023-08-17 06:16:20.920031 |
description | A native, asynchronous PostgreSQL client |
homepage | |
repository | https://github.com/aier-art/rust-postgres |
max_upload_size | |
id | 893279 |
size | 368,898 |
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
.