Docs.rs
xitca-postgres-0.2.1
xitca-postgres 0.2.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
fakeshadow
Dependencies
fallible-iterator ^0.2
normal
futures-core ^0.3
normal
percent-encoding ^2
normal
postgres-protocol ^0.6.5
normal
postgres-types ^0.2
normal
quinn ^0.11
normal
optional
rustls-pemfile ^2
normal
optional
sha2 ^0.10.8
normal
optional
tokio ^1.30
normal
tracing ^0.1.40
normal
webpki-roots ^0.26
normal
optional
xitca-io ^0.4.1
normal
xitca-tls ^0.4.0
normal
optional
xitca-unsafe-collection ^0.2.0
normal
bb8 ^0.8.5
dev
futures ^0.3
dev
rcgen ^0.13
dev
tokio ^1.30
dev
xitca-postgres-codegen ^0.1
dev
Versions
67.01%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module row
xitca_
postgres
0.2.1
Module row
Module Items
Type Aliases
In crate xitca_
postgres
Modules
copy
dev
error
iter
pipeline
pool
row
statement
transaction
types
Structs
Client
Config
Postgres
Session
Enums
Driver
Traits
Execute
ExecuteBlocking
ExecuteMut
FromSqlExt
Type Aliases
RowSimpleStream
RowSimpleStreamOwned
RowStream
RowStreamOwned
xitca_postgres
Module
row
Copy item path
Settings
Help
Summary
Source
Expand description
Rows. mostly copy/paste from
tokio-postgres
Type Aliases
§
Row
A row of data returned from the database by a query.
RowOwned
Row
with static lifetime bound
RowSimple
A row of data returned from the database by a simple query.
RowSimple
Owned
RowSimple
with static lifetime bound