athenacli

Interactive CLI tool for querying AWS Athena with auto-completion

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for AWS Athena service

Commands

athenacli

Examples

Start interactive Athena CLI session$ athenacli
Execute a query directly$ athenacli --execute 'SELECT * FROM my_table LIMIT 10'
Connect to specific database$ athenacli --database my_database