Versions in this module Expand all Collapse all v1 v1.0.0 May 4, 2023 Changes in this version + type Condition struct + Column string + Op op.Op + Value interface{} + type Filter struct + func Where(column string, o op.Op, value interface{}) *Filter + func (f *Filter) And(column string, o op.Op, value interface{}) *Filter + func (f *Filter) Or(column string, o op.Op, value interface{}) *Filter + func (f *Filter) Transform(t Transformer) []any + type Group []Condition + type Transformer func([]Group) []any