tokio-postgres-utils 0.2.0

Utilities to work with the `tokio-postgres` crate
Documentation
[workspace]
members = [
    "tokio-postgres-macros"
]

[package]
name = "tokio-postgres-utils"
version = "0.2.0"
edition = "2021"

license = "MIT"
keywords = ["postgresql", "postgres", "sql", "database"]
authors = ["Nur <nurmohammed840@gmail.com>"]
repository = "https://github.com/nurmohammed840/tokio-postgres-utils"
description = "Utilities to work with the `tokio-postgres` crate"

[dependencies]
tokio-postgres-macros = { path = "./tokio-postgres-macros", version = "0.2.0" }

[dev-dependencies]
tokio-postgres = "0.7"