xtdb

Ben Sless 2024-08-18T09:28:09.003379Z

I'm sure this has been asked but search is failing me, in terms of differences between v1 and v2, do v2 queries still support rules or a similar construct?

refset 2024-08-18T16:49:14.073419Z

Hey @ben.sless v2 lacks WITH RECURSIVE (recursive CTE) support currently, but we hope to implement that eventually, per https://github.com/xtdb/xtdb/issues/2087 - and that's the same construct which https://logica.dev/ compiles its rules down to. Also, in case you've never seen this section of the SQLite docs before: https://www.sqlite.org/draft/lang_with.html#outlandish_recursive_query_examples 🙂 What is your domain / use case?

Ben Sless 2024-08-18T17:25:02.281119Z

I'm just learning the ropes for now. In a month or two I'll have a better idea what the problem looks like and I'll follow up on this

👍 1