Module filter

Module filter 

Source
Expand description

Implementation of generic approach to WHERE clauses filtering. Provides a generic operator for single clause and And and Or clauses combinator;

Modules§

generic
Implement a generic filter operator to support filter such as name="John" as a combination of (key, operator, value) Supported operators are =, <, <=, >, >=

Structs§

And
Filter
Filterable
Or

Enums§

Operator

Traits§

FilterTrait