Fork me on GitHub
#untangled
<
2017-01-11
>
sova-soars-the-sora19:01:25

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

tony.kay20:01:19

@sova a bit too general of a question

tony.kay20:01:39

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

tony.kay20:01:50

so, the UI has some part in generating the query

tony.kay20:01:23

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

tony.kay20:01:01

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