2026/09/02

From WoozleCodes
Jump to navigation Jump to search
Wednesday, September 2, 2026 (#245)
Tuesday Wednesday Thursday

References

Main Work

a careful re-think of how Ferreteria connection-sessions are structured

In addition to the stuff I mapped out yesterday, I think I need to map out how those pieces come into play (or should come into play) with respect to Sys\Data\Engine\aux\Command and Sys\Data\Engine.

Example - sending a simple SQL command:

  • Sys\Data\Engine\endpt\Client asks $this->OEngine for the Main Command (which opens the Engine for SQL) via $oEng->OServer->OMainCommand.
  • ...and I'm still figuring out what should happen next.