Hacker News new | ask | show | jobs
by mble_ 565 days ago
I love Datalog, but its such a niche technology. If I had included it, I would have probably swapped out TigerBeetle for it.
1 comments

The upcoming XTDB v2 is a SQL-first engine. We also built an experimental Clojure/Datalog-like 'XTQL' language to go along with it, to provide some continuity for v1 users, but the primary API is now SQL over the Postgres wire protocol, where we implemented a variation on SQL:2011 - see https://docs.xtdb.com/quickstart/sql-overview.html
Oh, very cool. I'll have to add this to my list to check out next year.