evoq_read_model_ets (evoq v1.1.0)
View SourceETS-based read model store implementation.
Default in-memory implementation of evoq_read_model behavior. Suitable for development, testing, and small-scale deployments.
Configuration
- name: ETS table name (default: auto-generated) - type: ETS table type (default: set) - access: public | protected | private (default: protected)
Summary
Functions
Clear all data from the table.
Delete a key.
Get a value by key.
Initialize ETS-backed read model.
List all key-value pairs with matching prefix. For ETS, prefix matching works on tuple/list keys.
Store a key-value pair.
Functions
Clear all data from the table.
Delete a key.
Get a value by key.
Initialize ETS-backed read model.
List all key-value pairs with matching prefix. For ETS, prefix matching works on tuple/list keys.
Store a key-value pair.