Bringing Flummi to WITH MUTUALLY RECURSIVE
on Materialize DB
Our Flummi compiler currently emits SQL code based on WITH RECURSIVE
.
Aim of this bachelor thesis is to bring this code to Materialize DB using its
specialized variant of recursive CTEs: WITH MUTUALLY RECURSIVE
.