tonsky / datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
Eclipse Public License 1.0
5.49k stars 309 forks source link

"not" in where clause is highly requested :) #90

Closed mprokopov closed 9 years ago

mprokopov commented 9 years ago

As far as I saw in "datjscript-todo" example application, there were construction something like manual intersection between "all" data and "not-to-be-in-dataset" data.

So support for "not" query functionality would be great!

And many thanks for great datascript library. That's something really new and demanded for contemporary web development.

narma commented 9 years ago

I think it related to this issue https://github.com/tonsky/datascript/issues/50

tonsky commented 9 years ago

Yep, I’ll close this as a dup for #50. I’m working on it