This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-01
Channels
- # announcements (2)
- # babashka (10)
- # beginners (133)
- # calva (28)
- # cestmeetup (1)
- # chlorine-clover (31)
- # cider (21)
- # clj-kondo (29)
- # cljs-dev (252)
- # clojure (60)
- # clojure-europe (24)
- # clojure-nl (3)
- # clojure-spec (13)
- # clojure-uk (17)
- # clojurescript (47)
- # conjure (20)
- # datascript (2)
- # datomic (4)
- # figwheel-main (4)
- # fulcro (71)
- # helix (16)
- # jobs (1)
- # meander (56)
- # mount (1)
- # off-topic (15)
- # pathom (25)
- # re-frame (17)
- # reagent (5)
- # remote-jobs (1)
- # shadow-cljs (92)
- # sql (10)
- # tools-deps (71)
- # xtdb (14)
i don't know who to give this feedback to but https://docs.datomic.com/cloud/operation/upgrading.html#know-your-version really needs to switch the order of instructions around so that "storage and compute upgrade" is first.
☝️ 4
Whats an ideal way to do schema discover on a large database?
the ion starter has an example of querying the schema of a database. not sure if that’s what you’re asking about, but I’ll post link in case it is: https://github.com/Datomic/ion-starter/blob/master/src/datomic/ion/starter.clj#L49-L56