Files
postgrest/docs/_diagrams/presidents.er
T
Wolfgang Walther c1c45060ba chore: Prepare merge of postgrest-docs into postgrest main repo
This avoids some merge conflicts to allow git blame to detect renames properly.
2024-02-17 13:43:21 +01:00

13 lines
166 B
Plaintext

# Build using: -e ortho
entity {font: "FreeSans"}
relationship {font: "FreeMono"}
[Presidents]
*id
first_name
last_name
+predecessor_id
Presidents 1--? Presidents