Docs.rs
kellnr-migration-6.4.0
kellnr-migration 6.4.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
secana
Dependencies
async-std ^1
normal
chrono ^0.4.45
normal
kellnr-common ^6.4.0
normal
kellnr-settings ^6.4.0
normal
sea-orm ^2.0.0-rc.40
normal
sea-orm-migration ^2.0.0-rc.40
normal
sea-query ^1.0.1
normal
serde ^1.0.228
normal
serde_json ^1.0.150
normal
sha256 ^1.6.0
normal
tracing ^0.1.43
normal
Versions
0%
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
Skip to main content
Module encode
kellnr_
migration
6.4.0
Module encode
Module Items
Enums
Traits
In kellnr_
migration::
sea_
orm::
sqlx
kellnr_migration
::
sea_orm
::
sqlx
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.