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