royallthefourth/bartlett

Add filter criteria

royallthefourth opened this issue · 0 comments

Allow requests to specify a single level of WHERE...AND conditions. Each condition should support a not. prefix for negation.

  • eq
  • neq
  • gt
  • gte
  • lt
  • lte
  • like
  • is
  • in (including quoted strings)