Fork me on GitHub
#datomic
<
2019-06-18
>
seantempesta06:06:09

Quick question, is there a way when doing a pull to get back the :db/ident keywords rather than the :db/ids?

steveb8n07:06:58

In the peer API you could use d/entity for this. With the client API this is not possible but it’s easy to write 1 fn to decorate a pull/query with the extra nesting and another to de-nest the values from any pull result. Not ideal but not too bad in the grand scheme

Joe Lane13:06:50

Use :as from the pull grammar

souenzzo14:06:53

@jaret wil on-prem receive it?

jaret14:06:13

Yep. Coming soon to on-prem

👍 12