r2d2_postgres 0.18.1

Postgres support for the r2d2 connection pool
Documentation
[package]
name = "r2d2_postgres"
version = "0.18.1"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Postgres support for the r2d2 connection pool"
repository = "https://github.com/sfackler/r2d2-postgres"
keywords = ["postgres", "sql", "pool", "database"]

[dependencies]
r2d2 = "0.8"
postgres = "0.19"