Skip to main content

Crate neumann_shell

Crate neumann_shell 

Source
Expand description

Neumann Shell - Interactive CLI for Neumann database

Provides a readline-based interface for executing queries against the Neumann unified query engine.

Modules§

cli

Structs§

Icons
Icon set for terminal display.
NeumannHelper
Combined helper providing completion, highlighting, hints, and validation.
Shell
Interactive shell for Neumann database.
ShellConfig
Shell configuration options.
Theme
Color theme for terminal output.
Wal
Write-Ahead Log for crash recovery.
WalReplayError
Error encountered during WAL replay.
WalReplayResult
Result of WAL replay operation.

Enums§

CommandResult
Result of executing a shell command.
LoopAction
Action to take after processing a command.
ShellError
Errors that can occur in the shell.
WalRecoveryMode
Recovery mode for WAL replay.