athena-cli 0.3.2

A command-line interface for AWS Athena with interactive query execution and result management
Documentation
1
2
3
4
5
6
7
8
mod describe;
mod list;
mod tables;
pub mod utils;

pub use describe::describe_table;
pub use list::list;
pub use tables::list_tables;