Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Remove embedding disambiguation in favor of computed rels #660

Merged
merged 8 commits into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions diagrams/employees.er
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Employees]
*id
first_name
last_name
+supervisor_id

Employees 1--* Employees
7 changes: 7 additions & 0 deletions diagrams/presidents.er
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Presidents]
*id
first_name
last_name
+predecessor_id

Presidents 1--? Presidents
Binary file added docs/_static/employees.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/presidents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading