issues
search
skatsuta
/
athenai
Have fun with Amazon Athena from command line! 🕊
Apache License 2.0
36
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Csv file output includes the command output messages
#55
alesaccoia
opened
5 years ago
0
support for multiline queries in REPL
#54
MaxDesiatov
opened
6 years ago
0
Running for production
#53
nadirvardar
closed
6 years ago
2
Update dependencies to the latest
#52
skatsuta
closed
6 years ago
1
Update README to add DDL support and fix minor mistakes
#51
skatsuta
closed
6 years ago
1
Add support for encrypting query results on S3
#50
skatsuta
closed
6 years ago
1
Fix a bug where TestShowResults sometime panics by index out of range
#49
skatsuta
closed
7 years ago
3
Print version in debug mode
#48
skatsuta
closed
7 years ago
1
Create Homebrew formula repo
#47
skatsuta
closed
7 years ago
1
Release automation using goreleaser
#46
skatsuta
closed
7 years ago
1
Abstract filter
#45
skatsuta
closed
7 years ago
1
Use bufio.Writer to buffer I/O
#44
skatsuta
closed
7 years ago
1
Call defer userCancelCtx in RunQuery
#43
skatsuta
closed
7 years ago
1
Create logo
#42
skatsuta
closed
7 years ago
1
Support Windows
#41
skatsuta
opened
7 years ago
0
Manage third party libraries using package management tool
#40
skatsuta
closed
7 years ago
1
Add safeBuffer to protect String() method from data race
#39
skatsuta
closed
7 years ago
1
Set shorter WaitInterval in athenai_test.go to shorten test time
#38
skatsuta
closed
7 years ago
1
Show query execution id for each statement after StartQueryExecution API succeeds
#37
skatsuta
closed
7 years ago
1
Number each Query and show the number as prefix of logging
#36
skatsuta
closed
7 years ago
1
Show QueryExecutionId in a result
#35
skatsuta
closed
7 years ago
1
Use sync.Once when calling Athenai#setupREPL
#34
skatsuta
closed
7 years ago
0
Limit concurrent query execution requests up to 5 by default
#33
skatsuta
closed
7 years ago
2
Add more tests for readline using readlineCloser interface
#32
skatsuta
closed
7 years ago
1
Avoid using package scoped variables
#31
skatsuta
closed
7 years ago
1
Add support for tab completion
#30
skatsuta
closed
7 years ago
1
Use spinner instead of progress dots while waiting for query executions
#29
skatsuta
closed
7 years ago
1
Create animated demo gifs
#28
skatsuta
closed
7 years ago
1
Protect out writer from data race
#27
skatsuta
closed
7 years ago
1
Set log level in command func intead of in newClient()
#26
skatsuta
closed
7 years ago
1
Setup coverage report service
#25
skatsuta
closed
7 years ago
2
Add GoReport badge to README
#24
skatsuta
closed
7 years ago
1
Fix description of each subcommand
#23
skatsuta
closed
7 years ago
1
Show real-time query statuses
#22
skatsuta
closed
7 years ago
1
Add `--order` flag to arrange query results in the order of given SQL statements
#21
skatsuta
closed
7 years ago
6
Create another goroutine which prints running messages
#20
skatsuta
closed
7 years ago
1
Print table header
#19
skatsuta
closed
7 years ago
1
Return an array of arrays instead of a channel from Result#Rows
#18
skatsuta
closed
7 years ago
1
Add `version` command or `--version` flag to show version
#17
skatsuta
closed
7 years ago
1
Update help description
#16
skatsuta
closed
7 years ago
1
Add an option to run query in background
#15
skatsuta
closed
7 years ago
1
Cancel executions if Ctrl-C is pressed
#14
skatsuta
closed
7 years ago
2
Update readme
#13
skatsuta
closed
7 years ago
1
Add cache for query results and execution info
#12
skatsuta
closed
7 years ago
1
Support input from stdin
#11
skatsuta
closed
7 years ago
1
Do not print results if a query is DML
#10
skatsuta
closed
7 years ago
1
Support saving the output to a file
#9
skatsuta
closed
7 years ago
2
Show query execution results
#8
skatsuta
closed
7 years ago
3
Add support for reading SQL statements from an SQL file
#7
skatsuta
closed
7 years ago
1
Add support for showing raw files downloaded from S3
#6
skatsuta
closed
7 years ago
1
Next