Skip to content
#

datalog

Here are 119 public repositories matching this topic...

RAbraham
RAbraham commented Jul 25, 2021

Hi,

%%logica Engineers

@Engine("sqlite");

Employee(name: "Alice", role: "Product Manager");
Employee(name: "Bob", role: "Engineer");
Employee(name: "Caroline", role: "Engineer");
Employee(name: "David", role: "Data Scientist");
Employee(name: "Eve", role: "Data Scientist");

Engineers(..r) :- Employee(..r), r.role == "Engineer";  # <====== This fails
# Engineers(name:, role:) :-

Improve this page

Add a description, image, and links to the datalog topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the datalog topic, visit your repo's landing page and select "manage topics."

Learn more