alexberriman / newtondb

A simple, easy to use and extendible JSON database.
https://github.com/alexberriman/newtondb
MIT License
17 stars 1 forks source link

Not filter #5

Closed alexberriman closed 2 years ago

alexberriman commented 2 years ago

Add the ability to use not as a query filter.

e.g.

{
  "not": {
    "property": "nationality",
    "operator": "endsWith",
    "value": "ian"
  }
}