datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
2020-10-07T12:43:30.012100Z

Thanks :)

1
Raymond Ko 2020-10-07T21:28:55.013500Z

Does datascript have any support for predicate expression like in Datomic? https://docs.datomic.com/on-prem/query.html#predicate-expressions

Raymond Ko 2020-10-07T21:31:08.014600Z

The documentation seems like indicate there is support for tuple and untuplein`:where [(tuple ?a ?b) ?tup]]` but are there any others?