# Unified CRUD Model

> Using one shared model for both reads and writes, preventing each from being optimized for its purpose.

Record: `lex:unified-crud-model`
Kind: anti-pattern
Layer: [Execution Core](https://banes-lab.com/records/layer/execution-core.md)
Canonical: https://banes-lab.com/ontology/lexicon#lex-unified-crud-model

## category

- [Event Messaging Async](https://banes-lab.com/records/lex-category/event-messaging-async.md)

## referenced-by

- [CQRS](https://banes-lab.com/records/arch/command-query-responsibility-segregation.md)
