A native, asynchronous PostgreSQL client
# Cargo.toml
[dependencies]
tokio-postgres = "0.7.18"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to a PostgreSQL database and run a query
Use #[tokio::main] or manually create a Tokio runtime.
No dependency data recorded yet.