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
pub mod aws;
pub mod cli;
pub mod commands;
pub mod config;
pub mod context;
pub mod utils;
pub mod validation;