mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 19:27:49 +00:00
859 B
859 B
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
Auto generated Mermaid diagram using mermerd and MermaidJs.
Further
There is 3 main schemas:
-
API Schema:
- tables
- metrics
- logbook
- ...
- functions
- ...
- tables
-
Auth Schema:
- tables
- accounts
- vessels
- ...
- functions
- ...
- tables
-
Public Schema:
- tables
- app_settings
- tpl_messages
- ...
- functions
- ...
- tables