Data Structures
The Genesis database supports:
The Genesis database supports:
Indices are key components of any database. In the Genesis platform, every table must have at least one index: the primary key. This is vital for controlling how data is read by an application.
Typically, such as in relational databases, a table is a data structure that organises data into rows and columns.
Views are defined in the -view-dictionary.kts files as discussed