untangled 2017-01-11

sova-soars-the-sora 2017-01-11T19:16:25.002014Z

I gots a question. Does one typically make a new datomic query for every element you want to grab?

@sova a bit too general of a question

the UI queries are typically leveraged with Datomic Pull syntax...

so, the UI has some part in generating the query

the pull is typically anchored at a root entity in the db

it really isn't much different from how you'd do it in SQL...just different syntax (datalog instead of SQL), and the pull queries help build it out as a tree instead of a flat table