top | item 42338093

(no title)

mble_ | 1 year ago

I love Datalog, but its such a niche technology. If I had included it, I would have probably swapped out TigerBeetle for it.

discuss

order

refset|1 year ago

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

mble_|1 year ago

Oh, very cool. I'll have to add this to my list to check out next year.