first commit

This commit is contained in:
Elias Renman
2023-04-02 13:50:15 +02:00
commit f390bfb0d5
10 changed files with 256 additions and 0 deletions

24
infrastructure.md Normal file
View File

@@ -0,0 +1,24 @@
# A High level overview
Database >
Tables -> has many rows
### Strucutres
#### Table
* Row[]
* Index[]
* pk-key
* name: Str
#### Row
* Key
* Value
#### Index
* pk-key
* key
* direction, asc - desc