pathom

Georgiy Grigoryan 2024-02-01T15:52:07.481689Z

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-datomichttps://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.

wilkerlucio 2024-02-01T18:03:33.253779Z

hi @geodrome, I just updated the README to clarify the state of the project: https://github.com/wilkerlucio/pathom3-datomic/blob/main/README.md

👍 1
Georgiy Grigoryan 2024-02-01T18:33:29.490799Z

Thanks.