631 B
631 B
Example Scripts
These scripts can be executed with:
make script SCRIPT=examples/scripts/ancestor.chase
cargo run -- script examples/scripts/ancestor.chase
Available examples:
ancestor.chase: transitive closure overParent/2employee_departments.chase: existential rule that creates labeled nullssame_team.chase: conjunctive query with a self-joinsql_basic.chase: named-column filtering in the SQL frontendsql_join.chase: multi-table SQL join over predicate-backed tablessql_self_join.chase: self-join with SQL table aliasessql_order_by.chase: ordered SQL output withORDER BY