Expand description
Neumann Shell - Interactive CLI for Neumann database
Provides a readline-based interface for executing queries against the Neumann unified query engine.
Modules§
Structs§
- Icons
- Icon set for terminal display.
- Neumann
Helper - Combined helper providing completion, highlighting, hints, and validation.
- Shell
- Interactive shell for Neumann database.
- Shell
Config - Shell configuration options.
- Theme
- Color theme for terminal output.
- Wal
- Write-Ahead Log for crash recovery.
- WalReplay
Error - Error encountered during WAL replay.
- WalReplay
Result - Result of WAL replay operation.
Enums§
- Command
Result - Result of executing a shell command.
- Loop
Action - Action to take after processing a command.
- Shell
Error - Errors that can occur in the shell.
- WalRecovery
Mode - Recovery mode for WAL replay.