sonicjs
sonicjs copied to clipboard
Expand where clause builder
line 36 in d1-data.ts
We need to expand the where clause builder to accept various operators like
- equal
- not equal
- greater than
- less than
- 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