tokio-rs / rdbc

Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers
Apache License 2.0
569 stars 25 forks source link

Create SQL Console CLI #15

Closed andygrove closed 4 years ago

andygrove commented 4 years ago

Turn rust-cli into a real CLI, maybe using the following code for inspiration.

https://github.com/apache/arrow/blob/master/rust/datafusion/src/bin/repl.rs