Module derive_sql::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§

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

Structs§

Enums§

Traits§