Fork me on GitHub
#tools-deps
<
2022-03-08
>
Shuky Badeer15:03:42

Hi guys! I'm using presto SQL CLI to query Datomic from the terminal using sql. Now the output here makes some sense. One thing i noticed here is that it appends "v1/statement" to the original server url (as shows in the first line of the error). I'm not sure what I'm doing wrong but would appreciate some feedback.

Alex Miller (Clojure team)15:03:38

I don't think this is really related to the Clojure CLI - probably #datomic is the best place for this

👍 1
Shuky Badeer15:03:00

Roger that! Big thanks Alex

souenzzo19:03:36

There is no mention to CLJ_CONFIG at clj --help and at man clj

souenzzo19:03:09

And at https://clojure.org/reference/deps_and_cli#_deps_edn_sources, that seems to be the unique doc reference about CLJ_CONFIG, it is not clear if CLJ_CONFIG should be a path to a file /custom/deps.edn or a path to a directory, that contains a deps.edn file

Alex Miller (Clojure team)19:03:26

but I can clarify that in the docs

Alex Miller (Clojure team)19:03:58

the files are always expected to be called deps.edn