Expand description
Framework-level dump hook utilities (write-only file materialization). Framework-level dump hook utilities (write-only file materialization).
This module provides the [on_change] and [on_delete] hooks that
Store::create, Store::update, and Store::delete call after each
successful database operation. The hooks are defined here — not inlined
into store.rs — so any future mini-app can call them directly (Crux #1
compliance: framework-level hook placement).
Structs§
- Dump
Config - Configuration for the write-only file-materialization feature.
Enums§
- Sync
Mode - Sync direction for the dump feature.