(inspect query & inputs)
This compiles a query with a matching set of inputs, and returns a map with :program (the compiled datalog program), :sym->edb (the map of source symbols to extensional objects), and :init-bindings (the set of initial bindings seeding the initial datalog query).
This compiles a query with a matching set of inputs, and returns a map with :program (the compiled datalog program), :sym->edb (the map of source symbols to extensional objects), and :init-bindings (the set of initial bindings seeding the initial datalog query).
(q query & inputs)
This executes a query, given a matching set of inputs.
This executes a query, given a matching set of inputs.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close