datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
v 2020-10-19T15:23:45.042100Z

is it possible to call javascript methods inside where clause in query

v 2020-10-19T15:26:17.042700Z

specifically JavaScript instance methods. so lets say i want to call "some string".includes("string")

lilactown 2020-10-19T18:26:44.043200Z

I think you can pass on functions as values? I’ve never done it