Docs.rs
sqlxo-0.2.6
sqlxo 0.2.6
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Flokkq
Dependencies
anyhow ^1.0
normal
chrono ^0.4.42
normal
serde ^1.0
normal
serde_json ^1.0.145
normal
sqlx ^0.8.5
normal
sqlxo_macros ^0.2.6
normal
sqlxo_traits ^0.2.6
normal
thiserror ^2.0.17
normal
tokio ^1.40
normal
utoipa ^5.4.0
normal
uuid ^1.18.1
normal
validator ^0.19.0
normal
claims ^0.8.0
dev
insta ^1
dev
once_cell ^1
dev
trybuild ^1
dev
uuid ^1.18.1
dev
Versions
0%
of the crate is documented
Go to latest version
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
Sortable
sqlxo
0.2.6
Sortable
Required Associated Types
Entity
Required Methods
sort_clause
Implementors
In crate sqlxo
sqlxo
Trait
Sortable
Copy item path
Source
pub trait Sortable { type
Entity
:
QueryModel
; // Required method fn
sort_clause
(&self) ->
String
; }
Required Associated Types
§
Source
type
Entity
:
QueryModel
Required Methods
§
Source
fn
sort_clause
(&self) ->
String
Implementors
§