Skip to content
Snippets Groups Projects
Commit 8df1418c authored by Eliaz LE RICHE's avatar Eliaz LE RICHE
Browse files

Update file README.md

parents
Branches
No related tags found
No related merge requests found
# The project
## Database schema
```mermaid
---
title: Biblio4 Schema Example
---
erDiagram
BOOK }|--o{ USER : read_by
USER }o--|| COLLECTIONS : user_has
COLLECTIONS }o--o{ BOOK : are_composed_of
BOOK {
string isbn
}
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment