Expand description
Write command handlers for CLI write operations (Issue #392)
This module provides command handlers for write operations including:
- Mutation writes (JSON format)
- Maintenance (compaction) operations
- Write engine statistics
- SSTable export
All handlers require the write-support feature flag.
Structs§
- Batch
Write Result - Result of a batch write operation
- Export
Result - Export operation report
- Write
Result - Result of a single write operation
- Write
Stats - Write engine statistics