from-pg 0.1.0

Trait for converting a postgres row into a struct
Documentation
[dependencies.from-pg-derive]
version = "0.1.0"

[dependencies.tokio-postgres]
version = "0.7.13"

[lib]
name = "from_pg"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Trait for converting a postgres row into a struct"
documentation = "https://docs.rs/from-pg"
edition = "2024"
homepage = "https://github.com/Benschar1/from-pg"
license = "MIT OR Apache-2.0"
name = "from-pg"
readme = "README.md"
repository = "https://github.com/Benschar1/from-pg"
version = "0.1.0"

[[test]]
name = "integration"
path = "tests/integration.rs"