sonicjs icon indicating copy to clipboard operation
sonicjs copied to clipboard

Expand where clause builder

Open lane711 opened this issue 1 year ago • 0 comments

line 36 in d1-data.ts

We need to expand the where clause builder to accept various operators like

  1. equal
  2. not equal
  3. greater than
  4. less than
  5. etc...

We can use Strapi for inspiration here: https://docs.strapi.io/dev-docs/api/rest/filters-locale-publication

For this first story, let's just pick the top few operators that we want to support and add the others as another story.

Add unit, integrations tests

lane711 avatar Jul 20 '23 17:07 lane711