Files
postgsail/ERD/README.md
2023-07-03 09:38:42 +02:00

1.0 KiB

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

API Schema

Further

There is 3 main schemas:

  • API Schema ERD

    • tables
      • metrics
      • logbook
      • ...
    • functions
      • ... API Schema
  • Auth Schema ERD

    • tables
      • accounts
      • vessels
      • ...
    • functions
      • ... Auth Schema
  • Public Schema ERD

    • tables
      • app_settings
      • tpl_messages
      • ...
    • functions
      • ... Public Schema