Docs.rs
sqlx-oldapi-0.6.45
sqlx-oldapi 0.6.45
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
lovasoa
Dependencies
sqlx-core-oldapi ^0.6.45
normal
sqlx-macros-oldapi ^0.6.45
normal
optional
anyhow ^1.0.52
dev
async-std ^1.10.0
dev
dotenvy ^0.15.0
dev
env_logger ^0.11.1
dev
futures ^0.3.19
dev
hex ^0.4.3
dev
libsqlite3-sys ^0
dev
paste ^1.0.6
dev
rand ^0.8
dev
rand_xoshiro ^0.7.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
Platform
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
sqlx_
oldapi
0.6.45
Module encode
Module Items
Enums
Traits
In crate sqlx_
oldapi
sqlx_oldapi
Module
encode
Copy item path
Source
Expand description
Provides
Encode
for encoding values for the database.
Enums
§
IsNull
The return type of
Encode::encode
.
Traits
§
Encode
Encode a single value to be sent to the database.