This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-02
Channels
- # announcements (1)
- # babashka (19)
- # beginners (85)
- # calva (1)
- # cider (23)
- # clara (19)
- # clj-kondo (28)
- # clojars (4)
- # clojure (60)
- # clojure-australia (8)
- # clojure-dev (14)
- # clojure-europe (117)
- # clojure-nl (3)
- # clojure-uk (11)
- # clojurescript (68)
- # conjure (2)
- # core-async (39)
- # cryogen (11)
- # cursive (7)
- # data-science (1)
- # datomic (9)
- # emacs (10)
- # etaoin (1)
- # events (1)
- # fulcro (1)
- # helix (10)
- # jobs (4)
- # kaocha (2)
- # keechma (3)
- # leiningen (1)
- # malli (6)
- # pathom (15)
- # pedestal (10)
- # re-frame (5)
- # reitit (1)
- # remote-jobs (1)
- # rum (3)
- # shadow-cljs (18)
- # tools-deps (30)
- # vim (6)
Hi! I'd like to use datascript
with keechma-next
. Where do I begin? I have had a look at keechma-next-toolbox
, and would it then make sense to create a controller/protocols pair for datascript
in the toolbox, or am I way off? New to keechma, so excuse my ignorance. 🙂
@dawdler thats my implementation https://gist.github.com/Ferossgp/7509e14d22e8a3a555c82a7039dde760 based on enity-db example, but I think it could be better and would like to see some comments from people who have bigger experience with datascript. I declared this in my project, I had created similarly some other controllers
@ferossgp this looks interesting! Thank you for sharing. I wonder if posh could be used here too, but I don’t have too much experience with datascript