Docs.rs
prax-postgres-0.5.0
prax-postgres 0.5.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
quinnjr
Dependencies
chrono ^0.4
normal
deadpool-postgres ^0.14
normal
futures ^0.3
normal
postgres-types ^0.2
normal
prax-query ^0.5.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1.40
normal
tokio-postgres ^0.7
normal
tracing ^0.1
normal
url ^2.5
normal
uuid ^1.0
normal
pretty_assertions ^1.4
dev
tokio ^1.40
dev
Versions
100%
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
Module row
prax_
postgres
0.5.0
Module row
Module Items
Traits
In crate prax_
postgres
prax_postgres
Module
row
Copy item path
Source
Expand description
PostgreSQL row types and deserialization.
Traits
ยง
From
PgRow
Trait for deserializing a PostgreSQL row into a type.
PgRow
Extension trait for PostgreSQL rows.