Docs.rs
hecate-migration-0.1.0
hecate-migration 0.1.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
ShaitanLyss
Dependencies
async-std ^1
normal
sea-orm-migration ^1.1.0
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
Module encode
migration
0.1.0
Module encode
Module Items
Enums
Traits
In migration::
sea_
orm::
sqlx
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.