Docs.rs
ormlitex-0.17.1
ormlitex 0.17.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
holmofy
Dependencies
ormlitex-core ^0.17.1
normal
ormlitex-macro ^0.17.1
normal
sqlmo ^0.16
normal
sqlx ^0.7
normal
sqlx-core ^0.7
normal
tokio ^1.24.1
normal
tokio-stream ^0.1.14
normal
chrono ^0.4.23
dev
env_logger ^0.10.0
dev
serde ^1.0.130
dev
trybuild ^1.0.49
dev
uuid ^1.1.2
dev
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
ormlitex
0.17.1
Module types
Module Items
Modules
Structs
Enums
Traits
Derive Macros
In crate ormlitex
ormlitex
Module
types
Copy item path
Source
Modules
§
chrono
time
uuid
Generate and parse universally unique identifiers (UUIDs).
Structs
§
Decimal
Decimal
represents a 128 bit representation of a fixed-precision decimal number. The finite set of values of type
Decimal
are of the form m / 10
e
, where m is an integer such that -2
96
< m < 2
96
, and e is an integer between 0 and 28 inclusive.
Json
Json for json and jsonb fields
Json
RawValue
Reference to a range of bytes encompassing a single valid JSON value in the input data.
Text
Map a SQL text value to/from a Rust type using
Display
and
FromStr
.
Uuid
A Universally Unique Identifier (UUID).
Enums
§
Json
Value
Represents any valid JSON value.
Traits
§
Type
Indicates that a SQL type is supported for a database.
Derive Macros
§
Manual
Type
This is a no-op marker trait that allows the migration tool to know when a user has manually implemented a type.
Type