

# Supported JDBC drivers
<a name="jdbc-drivers"></a>


| Product | Supported version | Driver instructions and downloads | SQL queries supported | 
| --- | --- | --- | --- | 
| Microsoft SQL Server | v6.x or higher | [Microsoft JDBC Driver for SQL Server](https://docs.microsoft.com/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server) | Not supported | 
| MySQL | v5.1 or higher | [MySQL Connectors](https://www.mysql.com/products/connector/) | Not supported | 
| Oracle | v11.2 or higher | [Oracle JDBC downloads](https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html) | Not supported | 
| PostgreSQL | v4.2.x or higher | [PostgreSQL JDBC driver](https://jdbc.postgresql.org/download.html) | Not supported | 
| Amazon Redshift | v4.1 or higher | [Connecting to Amazon Redshift with JDBC](https://docs.aws.amazon.com/redshift/latest/mgmt/configuring-connections.html#connecting-drivers) | Supported | 
| Snowflake | To see your Snowflake version, use [CURRENT\_VERSION](https://docs.snowflake.com/en/sql-reference/functions/current_version.html) as described in the Snowflake documentation. | To connect to Snowflake you need both of the following: [See the AWS documentation website for more details](http://docs.aws.amazon.com/databrew/latest/dg/jdbc-drivers.html) | Supported | 

To connect to databases or data warehouses that require a different version of the driver from what DataBrew natively supports, you can provide a JDBC driver of your choice. The driver must be compatible with JDK 8 or Java 8. For instructions on how to find the latest driver version for your database, see [Using drivers with AWS Glue DataBrew](dbms-driver-connections.md).