datafusion-ducklake-cli 0.1.0

Interactive and scriptable SQL shell for datafusion-ducklake-provider.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod args;
mod error;
mod object_store;
mod output;
mod repl;
mod runner;
mod split;

pub use args::Cli;
pub use error::CliError;
pub use runner::run;