Fork me on GitHub
#datalog
<
2022-10-10
>
Johnny15:10:55

Is it possible to have nested lookup refs? I have a schema with a composite tuple attribute that consists of 2 attributes: one is a long, the other is a ref. when using this tuple attribute in a lookup ref, can I use a lookup ref within that ref to resolve the ref attribute? Here's what I'm aiming for

{:db/id [:poll.vote/poll+user-id [[:poll/id poll-id] user-id], ...}