This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-30
Channels
- # babashka (7)
- # beginners (25)
- # calva (22)
- # cljs-dev (1)
- # clojure (62)
- # clojure-europe (118)
- # clojure-hamburg (4)
- # clojure-israel (2)
- # clojure-nl (2)
- # clojure-uk (6)
- # clojured (1)
- # clojurescript (23)
- # conjure (11)
- # cursive (3)
- # datomic (14)
- # duct (2)
- # emacs (12)
- # figwheel-main (1)
- # gratitude (1)
- # hyperfiddle (4)
- # joyride (72)
- # lsp (46)
- # luminus (1)
- # malli (1)
- # off-topic (54)
- # pathom (19)
- # polylith (11)
- # releases (2)
- # sci (22)
- # shadow-cljs (4)
- # vim (11)
- # xtdb (52)
Hey, is there any recommended and simple key/value store available for babashka? I know that using sqlite is possible, but that seems a bit overkill for my use case. Just using plan edn file fine, but I wonder if there is something in-between available?
Datascript is bb-compatible, but I'm not sure if that is in line with your persistence requirements
In that case I would go for the datalevin pod: https://github.com/babashka/pod-registry/blob/master/examples/datalevin.clj
Maybe https://github.com/rorokimdim/stash? Which is available as a pod as well
👀 1
🙏 1
👍 1
Here is an example: https://github.com/babashka/pod-registry/blob/master/examples/stash.clj