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?
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?
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