projects
/
erdiag.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04ccd4f
)
Fix readme # --> +
author
Benjamin Auder
<benjamin.auder@somewhere>
Thu, 8 Feb 2018 19:42:58 +0000
(20:42 +0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Thu, 8 Feb 2018 19:42:58 +0000
(20:42 +0100)
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index
83d1b90
..
4cc50cf
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-10,10
+10,10
@@
This parser reads ER diagrams definition files, and produces two types of diagra
An entity is defined as follow
[Entity]
-
#
attr1 (*)
+
+
attr1 (*)
attr2 (*)
-with (\*) = optional SQL indications, and
# denoting a (part of) a key
.
+with (\*) = optional SQL indications, and
+ denoting a (part of) an identifier
.
A relationship is defined in this way