Fork me on GitHub
#datomic
<
2020-08-09
>
Drew Verlee20:08:46

When is it appropriate to namespace/qualify an datomic datom attribute instead of having it un namespaced/unqualified? E.g ( entity human/name drew) vs (entity race human)(entity name drew). I would say it depends on if you ever need to query those attributes separately.