queries

Dimensions

queries
QUERY
{:title "TODO tasks" :query [:find (pull ?b [*]) :where (task ?b #{"TODO"})]}
QUERY
{:title "All blocks with tag project" :query…
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…

Pages in this namespace

Local Graph