QUERY

{:title "TODO tasks" :query [:find (pull ?b [*]) :where (task ?b #{"TODO"})]}

QUERY

{:title "All blocks with tag project" :query [:find (pull ?b [*]) :where [?p :block/name "species"] [?b :block/refs ?p]]}

QUERY

{:title "All tasks" :query [:find (pull ?b [*]) :where [?b :block/marker _]]}

Dimensions

trident/editor/queries
queries
inf/queries
CozoScript query syntax reference for datalog on the cybergraph rule types every query is a script of one or more rules. each rule has a head (what it produces) and a body (how it computes) inline rules `:=` logic defined in the rule body. the head declares output variables, the body declares how…

Local Graph