oxirs 0.3.1

Command-line interface for OxiRS - import, export, migration, and benchmarking tools
Documentation
1
2
3
4
5
6
//! Interactive REPL mode for OxiRS (Alpha Implementation)
//!
//! Provides an interactive shell for SPARQL queries with real execution.
//! This module re-exports the public API from the sibling session module.

pub use crate::commands::interactive_session::execute;