mirror of
https://github.com/eliasrenman/r-database.git
synced 2026-03-16 20:46:08 +01:00
24 lines
209 B
Markdown
24 lines
209 B
Markdown
# 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 |