Files
postgsail/ERD/README.md
2022-11-28 22:18:55 +01:00

1.1 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 Schem
  • Auth Schema ERD

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

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