mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 19:27:49 +00:00
publish initial release of Entity-Relationship Diagram (ERD)
This commit is contained in:
BIN
ERD/ERD_schema_api.png
Normal file
BIN
ERD/ERD_schema_api.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
BIN
ERD/ERD_schema_auth.png
Normal file
BIN
ERD/ERD_schema_auth.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
ERD/ERD_schema_public.png
Normal file
BIN
ERD/ERD_schema_public.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
35
ERD/README.md
Normal file
35
ERD/README.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# PostgSail ERD
|
||||
The Entity-Relationship Diagram (ERD) provides a graphical representation of database tables, columns, and inter-relationships. ERD can give sufficient information for the database administrator to follow when developing and maintaining the database.
|
||||
|
||||
## A global overview
|
||||

|
||||
|
||||
## Further
|
||||
There is 3 main schemas:
|
||||
- API Schema ERD
|
||||
- tables
|
||||
- metrics
|
||||
- logbook
|
||||
- ...
|
||||
- functions
|
||||
- ...
|
||||

|
||||
|
||||
- Auth Schema ERD
|
||||
- tables
|
||||
- accounts
|
||||
- vessels
|
||||
- ...
|
||||
- functions
|
||||
- ...
|
||||

|
||||
|
||||
- Public Schema ERD
|
||||
- tables
|
||||
- app_settings
|
||||
- tpl_messages
|
||||
- ...
|
||||
- functions
|
||||
- ...
|
||||

|
||||
|
BIN
ERD/postgsail.pgerd.png
Normal file
BIN
ERD/postgsail.pgerd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 360 KiB |
Reference in New Issue
Block a user