Ferreteria/v0.3/class

From Woozle Writes Code
< Ferreteria‎ | v0.3
Revision as of 12:28, 7 January 2019 by htyp>Woozle (list of traits is redundant when we have automated list of all classlike entities)
Jump to navigation Jump to search

Lists

Data

Root Classes

Notes

rearrangement in progress

Core functionality:

Database sources:

  • manage what's in the source (selected, sequential access)

Currently, Table (Source) objects define:

There are two types of accessible data, when dealing with databases:

  • data that has been loaded into a black-box "resource" rowset, and can be accessed sequentially
  • data that is being stored in memory, and can be accessed by index (core functionality)