Ferreteria/v0.5/data: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
m (4 revisions imported: moving this project here)
No edit summary
Line 1: Line 1:
=Data Storage Classes=
=Data Storage Classes=
v0.5 includes a [[wooz:2021/11/08/data objects refactoring|significant refactoring of how database-related objects are managed]]. The goal was to simplify access to global singleton objects in general, and databases and tabloids in particular, while retaining flexibility (e.g. for different applications to determine the database in which each table is stored).
v0.5 includes a [[2021/11/08/data objects refactoring|significant refactoring of how database-related objects are managed]]. The goal was to simplify access to global singleton objects in general, and databases and tabloids in particular, while retaining flexibility (e.g. for different applications to determine the database in which each table is stored).
==Subsystems==
==Subsystems==
{|
{|

Revision as of 19:04, 22 May 2022

Data Storage Classes

v0.5 includes a significant refactoring of how database-related objects are managed. The goal was to simplify access to global singleton objects in general, and databases and tabloids in particular, while retaining flexibility (e.g. for different applications to determine the database in which each table is stored).

Subsystems

code docs description
data data root folder for data storage classes
data/db db relational database classes
data/fields I/O translation (PortBank) and Features
data/log event log (uses node)
data/node node hierarchical data storage
data/space /space data result packaging