mirror of
https://github.com/Steffo99/alexandria.git
synced 2024-11-22 05:44:19 +00:00
Aggiorna glossario
This commit is contained in:
parent
8499005d0b
commit
bc37c7ca9f
1 changed files with 9 additions and 7 deletions
16
glossario.md
16
glossario.md
|
@ -1,4 +1,6 @@
|
|||
# Utenti DBMS
|
||||
# Glossario
|
||||
|
||||
## Utenti DBMS
|
||||
|
||||
| Utente DBMS | Permessi |
|
||||
|-------------|----------|
|
||||
|
@ -6,7 +8,7 @@
|
|||
| Moderatore | |
|
||||
| Amministratore | |
|
||||
|
||||
# Schemas
|
||||
## Schemas
|
||||
|
||||
| Schemas | Contenuti |
|
||||
|---------|-----------|
|
||||
|
@ -17,13 +19,13 @@
|
|||
| `games` | Contiene le tabelle relative ai giochi |
|
||||
| ... | ... |
|
||||
|
||||
## Schema `public`
|
||||
### Schema `public`
|
||||
|
||||
| Nome | Dati | Sinonimi | Collegamenti | Note |
|
||||
|------|------|----------|--------------|------|
|
||||
| Utente | **id**, username, hash_password, email | | | Questi sono gli utenti finali, che interagiscono con il database solo tramite applicazione. |
|
||||
|
||||
## Schema `books`
|
||||
### Schema `books`
|
||||
|
||||
| Nome | Dati | Sinonimi | Collegamenti | Note |
|
||||
|------|------|----------|--------------|------|
|
||||
|
@ -32,15 +34,15 @@
|
|||
| Editore | **isbn_id**, nome | | pubblica dei Libri | |
|
||||
| Recensione | **_id interno_**, valutazione, testo | | scritta da Utente, riguardante un Libro |
|
||||
|
||||
## Schema `audiobooks`
|
||||
### Schema `audiobooks`
|
||||
|
||||
<span style="color: orange;">TODO</span>
|
||||
|
||||
## Schema `movies`
|
||||
### Schema `movies`
|
||||
|
||||
<span style="color: orange;">TODO</span>
|
||||
|
||||
## Schema `games`
|
||||
### Schema `games`
|
||||
|
||||
| Nome | Dati | Sinonimi | Collegamenti | Note |
|
||||
|------|------|----------|--------------|------|
|
||||
|
|
Loading…
Reference in a new issue