Fork me on GitHub
#babashka
<
2023-06-01
>
timo08:06:47

Is it possible to use the datahike-cli for a pod? I assume I have to have one binary for a babashka-pod, right? So I am not able to load a zip and extract two binaries from it, right? one pod and one datahike binary...

borkdude08:06:04

yes you can use the same binary for pod and cli. clj-kondo and datalevin both do this. You can check the BABASHKA_POD=true env variable to see if the binary is invoked as a pod

borkdude08:06:22

also clojure-lsp does it