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
 
(5 intermediate revisions by the same user not shown)
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).
{|
|-
| valign=top |
==Pages==
* {{l/ver|DB}}: database classes
** {{l/ver|Table}}: database table classes
* {{l/ver|PortBank}}: data field I/O management
** {{l/ver|Feature}}
** {{l/ver|PortRow}}
** {{l/ver|PortCard}}
** {{l/ver|PortUnit}}
| valign=top |
 
==Subsystems==
==Subsystems==
{|
{|
Line 15: Line 28:
|-
|-
| — {{l/ferreteria/code|data/node}} || {{l/ver|node}} || hierarchical data storage
| — {{l/ferreteria/code|data/node}} || {{l/ver|node}} || hierarchical data storage
|-
|}
| — {{l/ferreteria/code|data/space}} || [[/space]] || data result packaging
|}
|}

Latest revision as of 12:43, 4 April 2023

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).

Pages

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