This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-12
Channels
- # aleph (5)
- # announcements (1)
- # asami (29)
- # babashka (2)
- # beginners (36)
- # biff (1)
- # cider (6)
- # clj-kondo (29)
- # clj-together (5)
- # clojars (21)
- # clojure (11)
- # clojure-austin (5)
- # clojure-czech (1)
- # clojure-europe (23)
- # clojure-hk (1)
- # clojure-italy (1)
- # clojure-nl (1)
- # clojure-uk (1)
- # clojurescript (38)
- # clojurewerkz (1)
- # cursive (10)
- # data-science (2)
- # datalevin (15)
- # datomic (8)
- # duct (5)
- # emacs (36)
- # events (4)
- # fulcro (7)
- # garden (1)
- # gratitude (1)
- # interop (4)
- # introduce-yourself (1)
- # leiningen (1)
- # missionary (3)
- # music (3)
- # nbb (4)
- # off-topic (21)
- # polylith (6)
- # remote-jobs (5)
- # shadow-cljs (19)
- # specter (4)
- # xtdb (4)
datomic on prem, client, is there any way to implement a AutoCloseable for a datomic connection?
not sure if this answers your question, but have you seen https://docs.datomic.com/on-prem/clojure/index.html#datomic.api/shutdown might be what you want.
and for a tx-report-queue
?
I think I’ve reported this before? _
will unify across tuple-destructures:
(d/q '[:find ?a2
:in ?xs1 ?xs2
:where
[(identity ?xs1) [[_ ?a1]]]
[(identity ?xs2) [[_ ?a2]]]]
[[1 2]
[1 3]]
[[2 2]
[2 3]])
=> #{}
😳 2