Files
postgsail/ERD
2023-11-12 14:51:21 +01:00
..
2023-11-12 14:50:30 +01:00
2023-11-12 13:09:25 +01:00
2023-11-12 14:51:21 +01:00
2023-06-25 21:49:13 +02:00

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.

PostgSail Schema

Further

There is 3 main schemas:

  • API Schema:

    • tables
      • metrics
      • logbook
      • ...
    • functions
      • ...
  • Auth Schema:

    • tables
      • accounts
      • vessels
      • ...
    • functions
      • ...
  • Public Schema:

    • tables
      • app_settings
      • tpl_messages
      • ...
    • functions
      • ...