Access and Query Amazon Athena via DBI/JDBC
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。

435 B

0.3.0

  • Refactor

0.2.0

  • Updated authentication provider to be com.amazonaws.athena.jdbc.shaded.com.amazonaws.auth.DefaultAWSCredentialsProviderChain (via @dabdine)
  • Now supports additional DBI/RJDBC methods including: dbExistsTable(), dbListFields(), dbListTables(), dbReadTable()
  • More documentation
  • Added code of conduct

0.1.0

  • Using the cloudyr aws.signature package vs DIY