r2d2_postgres 0.18.1

Postgres support for the r2d2 connection pool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.postgres]
version = "0.19"

[dependencies.r2d2]
version = "0.8"

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