Ferreteria/v0.5/node

From Woozle Writes Code
< Ferreteria‎ | v0.5
Revision as of 21:18, 12 December 2022 by Woozle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

versions: 0.41, 0.42, 0.5

About

The nodes subsystem stores arbitrary hierarchical data within a standard relational database.

The current proof-of-concept implementation stores all data using only one table, but this can easily be optimized for other purposes, split into multiple tables for different types of information (e.g. one table for event logs and another for user content), etc. The mechanics of how the data is stored are fully encapsulated within the class structure, so users of this system do not need to be aware of the implementation details.

Files

Tables

  • node: the only table