untangled

NEW CHANNEL: #fulcro
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?

tony.kay 2017-01-11T20:34:19.002015Z

@sova a bit too general of a question

tony.kay 2017-01-11T20:34:39.002016Z

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

tony.kay 2017-01-11T20:34:50.002017Z

so, the UI has some part in generating the query

tony.kay 2017-01-11T20:35:23.002018Z

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

tony.kay 2017-01-11T20:36:01.002019Z

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