Fork me on GitHub
#datomic
<
2015-12-20
>
davebryand00:12:51

great call—I think adding that across every transaction uniformly will pay dividends down the road

jgdavey01:12:52

@nwjsmith: Just to add on to Tom’s response, the datomic musicbrainz repo has examples of using rules for recursive queries: https://github.com/Datomic/mbrainz-sample/blob/master/src/clj/datomic/samples/mbrainz/rules.clj

zentrope01:12:41

Eh? :db.error/tempid-not-an-entity tempid used only as value in transaction. Can't you use a (d/tempid) defined for another entity in the tx when creating a reference attribute?

zentrope01:12:13

Oh, I see. The "temp-id" was generated for use in a different transaction. That makes sense.