Docs.rs
sqlx-0.6.3
sqlx 0.6.3
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
mehcode
abonander
Dependencies
sqlx-core ^0.6.3
normal
sqlx-macros ^0.6.3
normal
anyhow ^1.0.52
dev
async-std ^1.10.0
dev
dotenvy ^0.15.0
dev
env_logger ^0.9.0
dev
futures ^0.3.19
dev
hex ^0.4.3
dev
libsqlite3-sys ^0.24
dev
paste ^1.0.6
dev
rand ^0.8.4
dev
rand_xoshiro ^0.6.0
dev
serde ^1.0.132
dev
serde_json ^1.0.73
dev
tempdir ^0.3.7
dev
time ^0.3.2
dev
tokio ^1.15.0
dev
trybuild ^1.0.53
dev
url ^2.2.2
dev
Versions
94.74%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module decode
Traits
?
Module
sqlx
::
decode
source
·
[
−
]
Expand description
Provides
Decode
for decoding values from the database.
Traits
Decode
A type that can be decoded from the database.