About
In computer programming, create, read, update and delete (as an acronym CRUD) are the four basic functions of persistent storage.
Operation
Principle
- CQS Principle - Asking a question should not change the answer. ie Query should not change data.
- Design - CQRS (Command Query Responsibility Segregation) - Read not where you write