The Amazon JDBC Driver for Redshift is a Type 4 JDBC driver that provides database connectivity through the standard JDBC application program interfaces (APIs) available in the Java Platform, Enterprise Editions. The Driver provides access to Redshift from any Java application, application server, or Java-enabled applet.
The driver has many Redshift specific features such as,
- IAM authentication
- IDP authentication
- Redshift specific datatypes support
- External schema support as part of getTables() and getColumns() JDBC API
The driver supports JDBC 4.2 specification.
- JDK8
- Maven 3.x
- Redshift instance connect to.
On Unix system run:
build.sh
It builds redshift-jdbc42-{version}.jar and redshift-jdbc42-{version}.zip files under target directory. The jar file is the Redshift JDBC driver.The zip file contains the driver jar file and all required dependencies files to use AWS SDK for the IDP/IAM features.
See Amazon Redshift JDBC Driver Installation and Configuration Guide for more information.
Here are download links for the latest release:
- https://redshift-downloads.s3.amazonaws.com/drivers/jdbc/2.1.0.30/redshift-jdbc42-2.1.0.30.jar
- https://redshift-downloads.s3.amazonaws.com/drivers/jdbc/2.1.0.30/redshift-jdbc42-2.1.0.30.zip
It also available on Maven Central, groupId: com.amazon.redshift and artifactId: redshift-jdbc42.
See CONTRIBUTING for more information.
See CONTRIBUTING for more information.
An entry in the changelog is generated upon release using gitchangelog <https://github.com/vaab/gitchangelog>
.
Please use the configuration file, .gitchangelog.rc
when generating the changelog.
See CONTRIBUTING for more information.
This project is licensed under the Apache-2.0 License.