Proc-macro library used to map a tokio-postgres row to a Rust type (struct).
# Cargo.toml
[dependencies]
tokio-pg-mapper = "0.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Derive a struct to map from a tokio-postgres Row.
Ensure you have tokio-postgres and tokio runtime in dependencies.
No dependency data recorded yet.