36 releases

0.7.16 Jan 14, 2026
0.7.15 Oct 8, 2025
0.7.14 Sep 25, 2025
0.7.13 Feb 2, 2025
0.1.0 Dec 26, 2016

#492 in Database interfaces

Download history 506947/week @ 2025-11-14 514089/week @ 2025-11-21 432892/week @ 2025-11-28 434722/week @ 2025-12-05 447528/week @ 2025-12-12 323090/week @ 2025-12-19 233694/week @ 2025-12-26 424700/week @ 2026-01-02 519754/week @ 2026-01-09 477129/week @ 2026-01-16 529183/week @ 2026-01-23 555002/week @ 2026-01-30 622984/week @ 2026-02-06 582838/week @ 2026-02-13 664961/week @ 2026-02-20 721921/week @ 2026-02-27

2,709,942 downloads per month
Used in 975 crates (481 directly)

MIT/Apache

530KB
12K SLoC

Rust-Postgres

PostgreSQL support for Rust.

postgres Latest Version

Documentation

A native, synchronous PostgreSQL client.

tokio-postgres Latest Version

Documentation

A native, asynchronous PostgreSQL client.

postgres-types Latest Version

Documentation

Conversions between Rust and Postgres types.

postgres-native-tls Latest Version

Documentation

TLS support for postgres and tokio-postgres via native-tls.

postgres-openssl Latest Version

Documentation

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:

  1. Install docker and docker-compose.
    1. On ubuntu: sudo apt install docker.io docker-compose.
  2. Make sure your user has permissions for docker.
    1. On ubuntu: sudo usermod -aG docker $USER
  3. Change to top-level directory of rust-postgres repo.
  4. Run docker-compose up -d.
  5. Run cargo test.
  6. Run docker-compose stop.

Dependencies

~6–21MB
~242K SLoC