mirror of
https://github.com/eliasrenman/r-database.git
synced 2026-03-16 20:46:08 +01:00
first commit
This commit is contained in:
24
infrastructure.md
Normal file
24
infrastructure.md
Normal 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
|
||||
Reference in New Issue
Block a user