Entity Package: Update database schema documentation
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
24cdd8f403
commit
8cd97940da
1 changed files with 7 additions and 3 deletions
|
@ -2,16 +2,20 @@
|
||||||
|
|
||||||
*Please keep in mind that some information may be outdated or missing, as these docs were automatically generated from the source code.*
|
*Please keep in mind that some information may be outdated or missing, as these docs were automatically generated from the source code.*
|
||||||
|
|
||||||
### Entity Relationships
|
## Entity-Relationship Diagram
|
||||||
|
|
||||||
↪ [docs.photoprism.app/developer-guide/database/schema/](https://docs.photoprism.app/developer-guide/database/schema/)
|
↪ [docs.photoprism.app/developer-guide/database/schema/](https://docs.photoprism.app/developer-guide/database/schema/)
|
||||||
|
|
||||||
### Mermaid.js Markup
|
## Schema Migrations
|
||||||
|
|
||||||
|
↪ [docs.photoprism.app/developer-guide/database/migrations/](https://docs.photoprism.app/developer-guide/database/migrations/)
|
||||||
|
|
||||||
|
## Mermaid.js Markup
|
||||||
|
|
||||||
[Mermaid](https://mermaid-js.github.io/) lets you create diagrams and visualizations using text and code.
|
[Mermaid](https://mermaid-js.github.io/) lets you create diagrams and visualizations using text and code.
|
||||||
|
|
||||||
↪ [mariadb.mmd](mariadb.mmd)
|
↪ [mariadb.mmd](mariadb.mmd)
|
||||||
|
|
||||||
### MariaDB SQL
|
## MariaDB SQL
|
||||||
|
|
||||||
↪ [mariadb.sql](mariadb.sql)
|
↪ [mariadb.sql](mariadb.sql)
|
||||||
|
|
Loading…
Reference in a new issue