Fork me on GitHub
#datomic
<
2018-03-30
>
caleb.macdonaldblack03:03:04

Trying to find a solution that does this within the query. I’m aware I could just use (map first result) afterwards.

donmullen12:03:24

@caleb.macdonaldblack if this is on-prem you can do :find [(pull ?e [*]) ...] to get a vector of maps

caleb.macdonaldblack12:03:46

Ahh thank you! That's exactly what I was looking for.