xtdb

marc 2024-12-06T00:03:36.097229Z

The link posted above, https://docs.xtdb.com/static/learn-xtql-today-with-clojure.html Is that XTQL v1 or v2 ?

refset 2024-12-06T13:33:33.588069Z

That's correct, SQL over the Postgres endpoint is the stable API - the XTQL API is much more subject to ongoing change/feedback (pre-GA). We technically still support XTQL as JSON over HTTP, but have decided to not purse any XTQL multi-lang client strategy for the time being

seancorfield 2024-12-06T00:18:36.128689Z

It's v2. It has tables in the examples.

✅ 1
seancorfield 2024-12-06T00:19:16.609739Z

But at this point, XTQL is Clojure-only (and I think it may get subsumed into the SQL API at some point...?).