datalog 2022-06-22

Jo can I express the absence of an attribute in where?

A generic answer is "using a not rule", like :where [(not [e :some-att])] however if you can use a get-else (or XT's equivalent get-attr) then that is probably going to be much more efficient

I don't know what XT and get-else are