Liking cljdoc? Tell your friends :D

:qualify

Qualify is a convenience form that lets you namespace all columns returned by a query.

;; QUERY
[[:from :Customer]
 [:qualify "customer"]]

;; STATE 
{:Customer #{{:id 42, :name "bob"}}}

;; RESULTS
({:customer/id 42, :customer/name "bob"})

See also :rename

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