(defn add-relation "Adds a relation to the database" [db name keys] (assoc db name (datalog-relation (set keys) #{} {})))
Comments top
No comments for add-relation. Log in to add a comment.