Liking cljdoc? Tell your friends :D
;; Paste into `corium console <db>` after the getting-started data is loaded. :basis [:find ?name ?age :where [?e :person/name ?name] [?e :person/age ?age]] :as-of 1 [:find ?name ?age :where [?e :person/name ?name] [?e :person/age ?age]] :since 1 [:find ?name ?age :where [?e :person/name ?name] [?e :person/age ?age]] :history on [:find ?name ?age :where [?e :person/name ?name] [?e :person/age ?age]] :history off :stats :schema person/age :timing on [:find (count ?e) :where [?e :person/name]] :quit

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close