LibraryConnector-Updates work

Fixes #418
This commit is contained in:
2025-09-18 00:42:46 +02:00
parent 55fb37d62b
commit 5af1605c5b
16 changed files with 125 additions and 135 deletions

View File

@@ -196,6 +196,15 @@ bool retVal = xyz?
Tranga is using a **code-first** EF-Core approach. If you modify the database(context) structure you need to create a migration.
###### Configuration Environment-Variables:
| variable | default-value |
|-------------------|------------------|
| POSTGRES_HOST | `tranga-pg:5432` |
| POSTGRES_DB | `postgres` |
| POSTGRES_USER | `postgres` |
| POSTGRES_PASSWORD | `postgres` |
### A broad overview of where is what:
![Image](DB-Layout.png)