32 releases
0.7.12 | Sep 16, 2024 |
---|---|
0.7.11 | Jul 22, 2024 |
0.7.10 | Aug 25, 2023 |
0.7.8 | Mar 27, 2023 |
0.1.0 | Dec 26, 2016 |
#19 in Database interfaces
658,272 downloads per month
Used in 520 crates
(230 directly)
510KB
12K
SLoC
Rust-Postgres
PostgreSQL support for Rust.
postgres
A native, synchronous PostgreSQL client.
tokio-postgres
A native, asynchronous PostgreSQL client.
postgres-types
Conversions between Rust and Postgres types.
postgres-native-tls
TLS support for postgres and tokio-postgres via native-tls.
postgres-openssl
TLS support for postgres and tokio-postgres via openssl.
Running test suite
The test suite requires postgres to be running in the correct configuration. The easiest way to do this is with docker:
- Install
docker
anddocker-compose
.- On ubuntu:
sudo apt install docker.io docker-compose
.
- On ubuntu:
- Make sure your user has permissions for docker.
- On ubuntu:
sudo usermod -aG docker $USER
- On ubuntu:
- Change to top-level directory of
rust-postgres
repo. - Run
docker-compose up -d
. - Run
cargo test
. - Run
docker-compose stop
.
Dependencies
~6–17MB
~246K SLoC