Docs.rs
sqlx_wasi-0.6.2
sqlx_wasi 0.6.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
juntao
Dependencies
sqlx-core_wasi ^0.6.2
normal
sqlx-macros_wasi ^0.6.2
normal
Versions
94.44%
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
☰
Module encode
Enums
Traits
?
Module
sqlx
::
encode
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.