Skip to main contentCrate quick_oxibooks_sql
Source pub use traits::*;
- traits
- paste
- qb_sql
- Builds a type-safe
QuickBooks Online query at compile time. - qb_where
- Macro to create a typed where clause for a given
QuickBooks item type
- OrderClause
- Struct representing an order clause in a query
- Query
- Struct representing a SQL-like query for
QuickBooks entities - TypedWhereClause
- WhereClause
- Struct representing a where clause in a query
- Operator
- Enum representing the operators used in where clauses
- Order
- Enum representing the order direction in a query