Module derive_sql::filter::generic
source · Expand description
Implement a generic filter operator to support filter such as name="John" as a combination of (key, operator, value)
Supported operators are =, <, <=, >, >=