Skip to content

Internals

Neil Moore edited this page Sep 29, 2015 · 3 revisions

This page will explain some internal decisions made by the architect of the system as well as describing the system's data structures and how data flows through the system.

Data structures

Tables in SQL are composed of records (rows) that can be of variable length and hold various data types. As such, making a safe structure that represents these records and tables is extremely important. So far, we have come up with a scheme:

Clone this wiki locally