This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-01
Channels
- # aleph (6)
- # announcements (37)
- # aws (1)
- # beginners (67)
- # calva (9)
- # clerk (5)
- # clj-kondo (3)
- # clojure (19)
- # clojure-europe (40)
- # clojure-nl (1)
- # clojure-norway (36)
- # clojure-uk (5)
- # clojuredesign-podcast (7)
- # clojurescript (28)
- # datomic (9)
- # emacs (8)
- # figwheel-main (4)
- # fulcro (6)
- # hyperfiddle (19)
- # integrant (4)
- # java (9)
- # lsp (131)
- # malli (9)
- # missionary (85)
- # off-topic (13)
- # pathom (3)
- # polylith (11)
- # releases (1)
- # sci (4)
- # shadow-cljs (7)
- # specter (2)
- # vscode (1)
- # xtdb (2)
Hello,
I am just starting to experiment with pathom3 a bit.
I was wondering, is there a de facto way of integrating with datomic? Datomic’s pull similar to EQL, so do all datomic attribute still need to be modeled in pathom, or maybe just the :db/id and references?
Should I just go with: pathom3-datomic
https://github.com/wilkerlucio/pathom3-datomic? Are there alternative approaches to explore?
And maybe most importantly it’s not clear what the state of pathom3-datomic
. Readme just says “work in progress”. Is it being used in production?
Thank you.
hi @U07V9T94Z, I just updated the README to clarify the state of the project: https://github.com/wilkerlucio/pathom3-datomic/blob/main/README.md
Thanks.