Files
postgsail/docs/ERD
2024-01-07 22:18:44 +01:00
..
2023-12-29 18:15:08 +01:00
2024-01-07 22:18:44 +01:00
2023-12-29 18:15:08 +01:00
2023-12-29 18:15:08 +01:00
2023-12-29 18:15:08 +01:00
2023-12-29 18:15:08 +01:00
2023-12-29 18:15:08 +01: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 SQL 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
      • ...