File creation + added to navbar
This commit is contained in:
@@ -15,4 +15,5 @@ nav:
|
||||
- Storyboard: "brainstorm/storyboard"
|
||||
- to-do list: "brainstorm/to-do list"
|
||||
- 📚 Documentatie:
|
||||
- Presentatie: documentatie/presentatie
|
||||
- Presentatie: documentatie/presentatie
|
||||
- Database: documentatie/database
|
BIN
docs/assets/databaseTableScreenshot.png
Normal file
BIN
docs/assets/databaseTableScreenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
14
docs/documentatie/database.md
Normal file
14
docs/documentatie/database.md
Normal file
@@ -0,0 +1,14 @@
|
||||
### Database
|
||||
|
||||
We hebben een database gemaakt. De tabel heet scores en heeft de volgende kolommen: Naam, Scores.
|
||||

|
||||
|
||||
|
||||
Om iets in de database te zetten moet je de volgende code gebruiken:
|
||||
|
||||
```INSERT INTO Scores (Naam,Score)
|
||||
VALUES ("henk",413);```
|
||||
|
||||
|
||||
Bron: https://www.w3schools.com/sql/sql_insert.asp
|
||||
|
Reference in New Issue
Block a user