pg-extras 0.3.2

PostgreSQL performance database insights
Documentation
[[bin]]
name = "pg_extras"
path = "src/main.rs"
[dependencies.prettytable-rs]
version = "0.10"

[dependencies.sqlx]
features = ["runtime-tokio-rustls", "postgres", "macros", "bigdecimal"]
version = "0.6"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["Pawel Urbanek <contact@pawelurbanek.com>"]
categories = ["database"]
description = "PostgreSQL performance database insights"
edition = "2021"
exclude = ["docker-compose.yml.sample", "live_tests.sh"]
license = "MIT"
name = "pg-extras"
readme = "README.md"
repository = "https://github.com/pawurb/rust-pg-extras"
version = "0.3.2"