CQRS
CQRS (Command Query Responsibility Segregation) is a software architectural pattern that separates the responsibility for modifying data (commands) from the responsibility for reading data (queries) into separate objects or components, allowing for more efficient and scalable handling of data in a system.
Categories:
less than a minute
WIP: Placeholder page
Last modified January 4, 2023: More scaffolding... (bb549c8)