rsql_repl 0.20.0

rsql library for creating a REPL command line SQL interface
Documentation
1
2
3
4
5
6
7
mod command;
mod error;
mod executor;
mod sql;

pub use error::{Error, Result};
pub use executor::Executor;