Files
r-database/infrastructure.md
Elias Renman f390bfb0d5 first commit
2023-04-02 13:50:15 +02:00

24 lines
209 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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