Liking cljdoc? Tell your friends :D
Clojure only.

eva.query.core


inspectclj

(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).
sourceraw docstring

qclj

(q query & inputs)

This executes a query, given a matching set of inputs.

This executes a query, given a matching set of inputs.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close