Fork me on GitHub
#datalog
<
2022-02-19
>
mauricio.szabo01:02:08

Hi folks! A question: does anyone knows if it's possible to make things like "computed attributes" for example, on any datalog DB? I'm thinking in terms like :person/name and :person/sn generating a queryable (or only unify-able) :person/full-name. I'm wanting this kind of feature mainly because I have some attributes that are unserializable, so I was thinking if I could generate them from other elements

zane15:02:31

I would imagine that the best you could do here would be rules. Won't cache the result of the computation, but will make it easier to ask for it.