(defn replace-relation "Add or replace a fully constructed relation object to the database." [db rel-name rel] (assoc db rel-name rel))
Comments top
No comments for replace-relation. Log in to add a comment.