Docs.rs
cratestack-sqlx-0.3.7
cratestack-sqlx 0.3.7
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
stephane-segning
Dependencies
async-trait ^0.1
normal
bigdecimal ^0.4
normal
optional
chrono ^0
normal
cratestack-axum ^0.3.7
normal
cratestack-core ^0.3.7
normal
cratestack-policy ^0.3.7
normal
cratestack-sql ^0.3.7
normal
rust_decimal ^1
normal
optional
serde ^1.0.228
normal
serde_json ^1
normal
sha2 ^0.10
normal
sqlx-core =0.8.6
normal
sqlx-postgres =0.8.6
normal
tokio ^1
normal
uuid ^1
normal
Versions
17.95%
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 types
cratestack_
sqlx
0.3.7
Module types
Module Items
Modules
Structs
Enums
Traits
In cratestack_
sqlx::
sqlx
cratestack_sqlx
::
sqlx
Module
types
Copy item path
Source
Modules
§
chrono
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.