This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-20
Channels
- # arachne (4)
- # bangalore-clj (1)
- # beginners (38)
- # boot (182)
- # cider (21)
- # cljs-dev (9)
- # clojars (5)
- # clojure (229)
- # clojure-austin (1)
- # clojure-berlin (1)
- # clojure-czech (3)
- # clojure-dusseldorf (3)
- # clojure-ireland (5)
- # clojure-italy (4)
- # clojure-russia (33)
- # clojure-spec (73)
- # clojure-taiwan (6)
- # clojure-uk (22)
- # clojure-ukraine (1)
- # clojurescript (80)
- # core-async (26)
- # cursive (3)
- # datascript (20)
- # datomic (9)
- # defnpodcast (8)
- # editors (4)
- # emacs (7)
- # garden (41)
- # hoplon (2)
- # java (1)
- # lambdaisland (2)
- # lein-figwheel (1)
- # leiningen (5)
- # luminus (4)
- # lumo (36)
- # off-topic (4)
- # om (21)
- # onyx (1)
- # pedestal (33)
- # re-frame (33)
- # ring-swagger (70)
- # spacemacs (26)
- # specter (7)
- # sql (6)
- # timbre (2)
- # untangled (12)
- # vim (3)
- # yada (1)
I also tried similar code here, probably due to a documentation Error? It works fine in the peer side, but tips me error once switch to client. Pretty strange. Or, does it mean that I should use a peer for stability(internal fns)?
@fenton Maybe since this is a tutorial you should stick to the recommended fully qualified keywords (:user/cars instead of :cars)
In the docstring for tx-range, tx numbers are referenced. What are they? A count of transactions? (0, 1, 2…)
@fenton: I think this is pretty great, and a much needed resource. One thing you might want to consider is that as of recently, you can use string temp-ids or in many cases omit the :#db/id
field altogether, which might make some of your sample data a little more precise. See "tempids" here: http://blog.datomic.com/2016/11/datomic-update-client-api-unlimited.html
@nickik @yonatanel thank you guys for your suggestions and feedback... I'll include.
@yonatanel I never really understood exactly what one gained by namespacing. Is there more to it than just keeping things a bit more orderly? Are they a kind of standing for RDBMS tables. Any pointers to commentary would help me explain the topic to others. Thanks. Keep in mind I'm rather daft 😉