# CRUD-Only State Persistence

> Persisting only current state via create-read-update-delete, discarding the history that event sourcing preserves.

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

## category

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

## referenced-by

- [Event Sourcing](https://banes-lab.com/records/arch/event-sourcing.md)
