pub fn graph_path( cte_name: &str, edges_table: &str, from_col: &str, to_col: &str, start_node: &str, ) -> Cte
Create a recursive CTE for graph path finding.