Docs.rs
derive-sql-0.13.0
derive-sql 0.13.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
juliendecharentenay
Dependencies
bytes ^1
normal
optional
chrono ^0
normal
derive-sql-mysql ^0
normal
optional
derive-sql-sqlite ^0
normal
optional
derive-sql-statement ^0
normal
enum_dispatch ^0
normal
fallible-iterator ^0
normal
optional
log ^0
normal
mysql ^25
normal
optional
mysql_common ^0
normal
optional
postgres ^0
normal
optional
rusqlite ^0
normal
optional
thiserror ^1
normal
mockall ^0
dev
Versions
33.87%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
derive_sql/
structs.rs
1
use super
::
*
;
2
3
mod
field;
pub use
field::Field;
4
pub mod
filter;
5
pub mod
order;