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 implement FromExpr
for. - Select
- Derive Select to create a new
*Select
struct.