This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-17
Channels
- # announcements (11)
- # babashka (29)
- # beginners (45)
- # biff (3)
- # cider (5)
- # clj-kondo (55)
- # clojure-austin (2)
- # clojure-europe (6)
- # clojure-norway (24)
- # clojure-uk (1)
- # datalevin (28)
- # fulcro (8)
- # gratitude (1)
- # hyperfiddle (7)
- # keechma (1)
- # membrane (31)
- # other-languages (1)
- # polylith (22)
- # shadow-cljs (12)
So with XTDB new database entries would reflect in the ui immediately, but with datomic it seems that a fresh query is not triggered when new entries enter the db, and i'm wondering if that's because (d/db conn)
references a database at a particular moment in time ... and therefore we should probably be doing (constantly ...)
re-grip'ing the database as an electric definition?
you need the latest-db helper in both xtdb and datomic
there is a datomic version around if you search
search the slack