Skip to content

Native PostgreSQL driver for the Rust programming language

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

sfackler/rust-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe90415 · Jul 3, 2020
Mar 22, 2020
Jun 10, 2020
Dec 5, 2019
Oct 10, 2019
Dec 23, 2019
Dec 23, 2019
Dec 23, 2019
Jun 10, 2020
Jul 3, 2020
Jun 24, 2020
Jul 9, 2017
Jul 3, 2020
Dec 19, 2016
Dec 9, 2019
Jul 23, 2017
Oct 22, 2019
Sep 16, 2016
Dec 5, 2019

Repository files navigation

Rust-Postgres

CircleCI

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.