Fork me on GitHub
#datomic
<
2015-09-09
>
genRaiy19:09:04

speaking with the CLJS folks it seems like the REST API is the best option for JS clients

genRaiy19:09:12

do you guys have any knowledge of tooling built around that?

bhagany20:09:54

@raymcdermott: I don't think there's much. I'm using it from Python, and I basically just wrote my own helpers.

bhagany20:09:10

The API itself is pretty simple

sgrove21:09:41

What would be a single datalog query to find all entities with a given attr (e.g. :user/email), and then also pull out every other attribute the entities might have

sgrove21:09:15

e.g. (d/pull-many db '[*] (d/q '[:find [?eid …] :where [?eid :user/email ?value]] db))