Crate rust_query
source ·Modules§
Structs§
- This is the top level query type and dereferences to Query. It has methods for turning queries into vectors and for inserting in the database.
- This is the base type for other query types like GroupQuery and Exec. It contains most query functionality like joining tables and doing sub-queries.
- This is the type used by Exec::into_vec to allow turning dummies into rust values.