Edit: Got it to work! Never mind.
Following the Clojure guide, with
- Clojure 1.12.0
- Java 1.21
I get a syntax error:
Syntax error compiling at (xtdb/sql/plan.clj:1057:13).
No such var: xt/template
In deps.edn
, I set JVM options and these dependencies
com.xtdb/xtdb-api {:mvn/version "2.0.0-beta2"}
com.xtdb/xtdb-core {:mvn/version "2.0.0-beta2"}
I see the template
macro in xtdb.api - kinda stumped by this one. Ideas welcome.
Edit: Got it to work! Never mind.