ReactiveDB/core

Independent Query Language

Brooooooklyn opened this issue · 0 comments

Query syntax like:

{
  expired: {
    "$gt": Date.now()
  },
  "$or": [
     { isArchived: false },
     { isArchived: null },
   ]
}

Should have independent specs.