Ferreteria/v0.5/data: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
(Woozle moved page Ferreteria/v0.5/data to Ferreteria/v0.5/PortBank: reorganizing, wanting to preserve history)
 
(Removed redirect to Ferreteria/v0.5/PortBank)
Line 1: Line 1:
#REDIRECT [[Ferreteria/v0.5/PortBank]]
=Data-Object Management=
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).
==Subsystems==
* {{l/same|db}}: the database classes
==Related systems==
* {{l/same|PortBank}}

Revision as of 14:19, 6 March 2022

Data-Object Management

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

  • db: the database classes

Related systems