This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-03
Channels
- # admin-announcements (6)
- # announcements (1)
- # beginners (17)
- # boot (69)
- # bristol-clojurians (1)
- # cider (7)
- # cljs-dev (115)
- # clojure (76)
- # clojure-russia (12)
- # clojure-sg (2)
- # clojurescript (152)
- # core-async (2)
- # core-logic (7)
- # cursive (18)
- # datascript (4)
- # datomic (2)
- # hoplon (12)
- # ldnclj (26)
- # off-topic (1)
- # re-frame (48)
- # reagent (6)
I believe it does, with the d/with
function. Note that because Datascript uses immutable databases, the "with" function is simply an immutable version of d/transact!
, while Datomic will return some Database view without modifying the data store.
@aengelberg: got it, thanks :thumbsup:
Can anyone tell me what the "tx-meta" field is for? It seems to be passed around in datascript but not used anywhere. It also doesn't appear to mimick anything in Datomic.