@egoistdeveloper/crows-foot-notations
v1.0.2
Published
Crow's foot notations in SVG format with left, right, top and bottom directions.
Downloads
15
Maintainers
Readme
crows-foot-notations
Crow's foot notations in SVG format with left, right, top and bottom directions. Crow's foot notations are one of many entity-relation notations types and these notations are useful for drawing entity relation endpoints.
See also @VivekMChawla's ERD "Crow's Foot" Relationship Symbols Cheat Sheet
Table of contents
Installation
$ npm i @egoistdeveloper/crows-foot-notations
Base notations
Zero
| Preview | Direction | | ----------- | ----------- | | | Left | | | Right | | | Top | | | Bottom |
One
| Preview | Direction | | ----------- | ----------- | | | Left | | | Right | | | Top | | | Bottom |
Many
| Preview | Direction | | ----------- | ----------- | | | Left | | | Right | | | Top | | | Bottom |
Comined Notations
Zero or One
| Preview | Direction | | ----------- | ----------- | | | Left | | | Right | | | Top | | | Bottom |
Zero or Many
| Preview | Direction | | ----------- | ----------- | | | Left | | | Right | | | Top | | | Bottom |
One and ONLY One
| Preview | Direction | | ----------- | ----------- | | | Left | | | Right | | | Top | | | Bottom |
One or Many
| Preview | Direction | | ----------- | ----------- | | | Left | | | Right | | | Top | | | Bottom |
Further readings
- https://vertabelo.com/blog/crow-s-foot-notation
- https://www.gleek.io/blog/crows-foot-notation.html
- https://medium.com/@marcifey/using-crows-foot-notation-in-an-erd-2910fff5dd05
Online SVG editor
Used @yqnn's svg path editor.