Go to file
Steven Fackler 286f41d423 Remove out of date README
Each individual subcrate will gain its own README for display on
crates.io
2019-10-21 18:04:58 -07:00
.circleci Update to released tokio 2019-08-10 20:25:12 -07:00
codegen Update dependencies 2019-10-19 20:34:11 +02:00
docker Overhaul connection APIs 2018-11-28 19:20:40 -08:00
postgres Support uuid 0.8 2019-10-19 19:52:07 +02:00
postgres-derive Release postgres-types v0.1.0-alpha.1 2019-10-14 17:56:10 -07:00
postgres-derive-test cfail tests for derive 2019-10-10 15:21:45 -07:00
postgres-native-tls Release postgres v0.17.0-alpha.1 2019-10-14 18:25:29 -07:00
postgres-openssl Release postgres v0.17.0-alpha.1 2019-10-14 18:25:29 -07:00
postgres-protocol Update dependencies 2019-10-19 20:34:11 +02:00
postgres-types Support uuid 0.8 2019-10-19 19:52:07 +02:00
test Switch CI to CircleCI 2.0 2017-07-08 19:41:24 -07:00
tokio-postgres Update dependencies 2019-10-19 20:34:11 +02:00
.gitignore Update to protocol 0.2 2016-12-18 16:13:12 -08:00
Cargo.toml Move postgres-derive in-tree 2019-10-09 19:23:12 -07:00
docker-compose.yml Bump docker image 2018-11-28 19:36:25 -08:00
LICENSE Bump license year 2017-07-23 10:44:10 -07:00
README.md Remove out of date README 2019-10-21 18:04:58 -07:00
THIRD_PARTY Use postgres_protocol for md5 hashing 2016-09-15 21:20:25 -07:00

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.