Interactive REPL (Read-Eval-Print Loop).
Provides a [rustyline]-based shell with tab completion, command
history, and syntax-coloured error messages. Supports all DOL query
types plus meta-commands (.help, .exit, .host, .watch, etc.).
§Example
ⓘrepl::run_repl(&config).await?;