Crate rust_query_macros
Source - schema
- Use this macro to define your schema.
- FromExpr
- Use in combination with #[rust_query(From = Thing)]to specify which tables
this struct should implementFromExprfor.
- Select
- Derive Select to create a new *Selectstruct.