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§
- Completion
Context - REPL command line completion context
Enums§
- Execution
Result - Execute result indicating whether REPL should continue
- Output
Format - Output format for query results
- Repl
Error - REPL-specific error types
- Repl
Mode - REPL mode configuration
Type Aliases§
- Repl
Result - Core REPL result type