Versions in this module Expand all Collapse all v0 v0.0.1 Jun 30, 2026 Changes in this version + type Embed struct + Items []SelectItem + Relation string + type FilterGroup struct + Nodes []FilterNode + Op LogicalOp + type FilterNode interface + type LogicalOp int + const LogicalAnd + const LogicalOr + func (op LogicalOp) String() string + type Operator int + const OpCd + const OpCs + const OpEq + const OpGt + const OpGte + const OpILike + const OpIn + const OpIs + const OpLike + const OpLt + const OpLte + const OpNeq + func (op Operator) String() string + type OrderItem struct + Column string + Desc bool + type Predicate struct + Column string + Not bool + Op Operator + Value string + type Query struct + Filter FilterNode + Limit *int + Offset *int + Order []OrderItem + Select []SelectItem + func Parse(values url.Values) (Query, error) + type SelectItem struct + Alias string + Column string + Embed *Embed