Docs.rs
derive-sql-0.13.0
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
derive-sql 0.13.0
Structure the interaction with SQL databases - currently SQLite and MySQL via trait and a procedural macro
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
generics
proxy
selectable
structs
traits
error.rs
generics.rs
lib.rs
proxy.rs
selectable.rs
sqlable.rs
structs.rs
traits.rs
1
2
3
4
5
use
super
::
*
;
mod
field
;
pub
use
field
::
Field
;
pub
mod
filter
;
pub
mod
order
;