Docs.rs
postgres_query-0.3.3
postgres_query 0.3.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nolanderc
Dependencies
async-trait ^0.1.22
normal
futures ^0.3.1
normal
postgres-types ^0.1.0
normal
postgres_query_macro ^0.3.1
normal
proc-macro-hack ^0.5.11
normal
serde ^1.0.104
normal
thiserror ^1.0.9
normal
tokio-postgres ^0.5.1
normal
anyhow ^1.0.26
dev
bytes ^0.5.3
dev
structopt ^0.3.7
dev
tokio ^0.2.6
dev
Versions
68.57%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module client
postgres_
query
0.3.3
Module client
Module Items
Structs
Traits
In crate postgres_
query
postgres_query
Module
client
Copy item path
Source
Expand description
Abstractions over client-like types.
Structs
§
Caching
A client wrapper which caches prepared queries.
Traits
§
Generic
Client
A generic client with basic functionality.