Fork me on GitHub
#datomic
<
2016-09-08
>
pesterhazy16:09:19

Is there a way to "expand" a transaction? Esp. if I use :db.fn/retractEntity, I'd love to see before running it what it would expand to.

pesterhazy16:09:55

When I look at txs returned from @(d/transact...), I see the expanded txs, but then it may be too late.

pesterhazy16:09:16

d/with allows me to see if the tx is fine, but doesn't return the datoms

marshall16:09:26

@pesterhazy d/with returns a map that is analogous to the map from d/transact and should contain tx-data

pesterhazy16:09:43

@marshall, oh I misremembered

pesterhazy16:09:47

thanks! perfect 🙂