Ferreteria/v0.6/code/sys/Requests

From Woozle Writes Code
< Ferreteria‎ | v0.6
Revision as of 01:34, 11 March 2025 by Woozle (talk | contribs) (Created page with "{{fmt/title|Request subsystems}} There are (currently) the following types of request: * Requests to a database engine: ** {{fmt/clade|Woozalia\Ferret\Sys\Data\reqs\Engine|AdminRq}} is for administration operations: backup, restore, user management, etc. ** {{fmt/clade|Woozalia\Ferret\Sys\Data\reqs\Engine|CommRq}} is for data (should probably be renamed) * Input requests: ** {{fmt/clade|Woozalia\Ferret\Sys\Events|InputReq}} The purpose of engine requests is to allow con...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Request subsystems

There are (currently) the following types of request:

  • Requests to a database engine:
    • AdminRq is for administration operations: backup, restore, user management, etc.
    • CommRq is for data (should probably be renamed)
  • Input requests:

The purpose of engine requests is to allow consolidation of all the pieces needed to perform operations without knowing what engine or connection they will be used on.