Skip to content

Commit

Permalink
[SQLLINE-63] Add Athena JDBC driver (Ben Poweski)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpoweski authored and julianhyde committed Apr 18, 2017
1 parent aa217fb commit f75001f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/sqlline/SqlLine.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public class SqlLine {
static final SortedSet<String> KNOWN_DRIVERS = new TreeSet<String>(
Arrays.asList(
"centura.java.sqlbase.SqlbaseDriver",
"com.amazonaws.athena.jdbc.AthenaDriver",
"COM.cloudscape.core.JDBCDriver",
"com.ddtek.jdbc.db2.DB2Driver",
"com.ddtek.jdbc.informix.InformixDriver",
Expand Down

0 comments on commit f75001f

Please sign in to comment.