Expand description
Query builder implementation for filtering, selecting, ordering, grouping, and aggregating data.
This module provides the Query struct which enables SQL-like operations on collections
using type-safe key-paths.
Structsยง
- Query
- A query builder for filtering, selecting, ordering, grouping, and aggregating data.
- Query
With Skip - Helper struct for pagination after a skip operation.