simple_pg 0.5.8

Provides extentions and utilites for working with postgres.
Documentation
[package]
name = "simple_pg"
version = "0.5.8"
edition = "2021"
authors = ["Thomas Dagenais <exrok@i64.dev>"]
license = "MIT"
readme = "README.md"
description = "Provides extentions and utilites for working with postgres."

[dependencies]
simple_pg_client = { version = "0.5.4", default-features = false }
simple_pg_pool = { version = "0.17.2" }
simple_pg_macros = { version = "0.4.1" }
bytes = "1.5.0"
postgres-types = "0.2.6"
tokio = "1.40"
futures-core = "0.3.30"

[features]
serde = ["simple_pg_pool/serde"]