Skip to main content

Module repl

Module repl 

Source

Re-exports§

pub use command_parser::CommandParser;
pub use command_parser::CommandType;
pub use command_parser::ParsedCommand;
pub use command_parser::SchemaOperation;
pub use completion::CompletionEngine;
pub use engine::ReplConfig;
pub use engine::ReplEngine;
pub use history::HistoryManager;
pub use session::ReplSession;
pub use session::SessionState;

Modules§

command_parser
commands
REPL meta-command implementations
completion
engine
history
session

Structs§

CompletionContext
REPL command line completion context

Enums§

ExecutionResult
Execute result indicating whether REPL should continue
OutputFormat
Output format for query results
ReplError
REPL-specific error types
ReplMode
REPL mode configuration

Type Aliases§

ReplResult
Core REPL result type