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

209 B
Raw Blame History

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