Conversions between Rust and Postgres values
# Cargo.toml
[dependencies]
postgres-types = "0.2.14"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates the ToSql trait for converting a Rust i32 to a Postgres INT4.
Add postgres to your dependencies and use its Client to execute queries
No dependency data recorded yet.