> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Jdbc drivers

***

#

# DO NOT EDIT THIS FILE!

# This file was automatically generated using /scripts/content-fanout.js.

# To edit the content of this file, locate and edit the source file here:

# /content-fanout/shared/concepts/jdbc\_drivers.rst

#

## title: "JDBC Driver List"

| Database                                                                                                                                                             | Example Connection String                                                                     |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| [Amazon Athena](https://docs.aws.amazon.com/athena/latest/ug/jdbc-v3-driver.html)                                                                                    | `jdbc:awsathena://AwsRegion=us-east-1;S3OutputLocation=s3://mybucket/queryoutput/;`           |
| [Amazon Redshift](https://docs.aws.amazon.com/redshift/latest/mgmt/jdbc20-download-driver.html)                                                                      | `jdbc:redshift://localhost:5439/mydb`                                                         |
| [Amazon DSQL](https://jdbc.postgresql.org/download/)                                                                                                                 | `jdbc:postgresql://localhost:5432/mydb`                                                       |
| [Apache Derby](https://db.apache.org/derby/derby_downloads.html)                                                                                                     | `jdbc:derby://localhost:1527/mydb;create=true`                                                |
| [Apache Druid](https://druid.apache.org/docs/latest/api-reference/sql-jdbc/)                                                                                         | `jdbc:avatica:remote:url=http://localhost:8082/druid/v2/sql/avatica/`                         |
| [Apache Hive](https://www.cloudera.com/downloads/connectors/hive/jdbc/2-6-5.html)                                                                                    | `jdbc:hive2://localhost:10000/default`                                                        |
| [Apache Ignite](https://ignite.apache.org/docs/latest/SQL/JDBC/jdbc-driver)                                                                                          | `jdbc:ignite:thin://localhost:10800`                                                          |
| [Apache Pinot](https://docs.pinot.apache.org/build-with-pinot/connectors-clients-apis/client-libraries/jdbc)                                                         | `jdbc:pinot://<HOST>:8099/query?controller=http://<CONTROLLER>:9000`                          |
| [ClickHouse](https://clickhouse.com/docs/interfaces/jdbc)                                                                                                            | `jdbc:clickhouse://localhost:8123/mydb`                                                       |
| [CockroachDB](https://dbschema.com/jdbc-driver/cockroach.html)                                                                                                       | `jdbc:postgresql://localhost:26257/defaultdb?sslmode=require`                                 |
| [DuckDB](https://duckdb.org/docs/stable/clients/java.html)                                                                                                           | `jdbc:duckdb:/path/to/mydb.duckdb`                                                            |
| [Elasticsearch (SQL)](https://www.elastic.co/downloads/jdbc-client)                                                                                                  | `jdbc:es://localhost:9200`                                                                    |
| [Exasol](https://docs.exasol.com/db/latest/connect_exasol/drivers/jdbc.htm)                                                                                          | `jdbc:exa:localhost:8563;schema=MYDB`                                                         |
| [Firebird (Jaybird)](https://firebirdsql.org/en/jdbc-driver/)                                                                                                        | `jdbc:firebirdsql://localhost:3050/path/to/mydb.fdb`                                          |
| [Google BigQuery](https://cloud.google.com/bigquery/docs/reference/odbc-jdbc-drivers)                                                                                | `jdbc:bigquery://https://www.googleapis.com/bigquery/v2:443;ProjectId=myproject;OAuthType=3;` |
| [Google Cloud Spanner](https://repo1.maven.org/maven2/com/google/cloud/google-cloud-spanner-jdbc/)                                                                   | `jdbc:cloudspanner:/projects/<PROJECT_ID>/instances/<INSTANCE_ID>/databases/<DATABASE_ID>`    |
| [Greenplum](https://www.progress.com/jdbc/vmware-greenplum)                                                                                                          | `jdbc:greenplum://localhost:5432;DatabaseName=mydb`                                           |
| [H2](https://www.h2database.com/html/download.html)                                                                                                                  | `jdbc:h2:~/mydb`                                                                              |
| [HSQLDB](https://dbschema.com/jdbc-driver/hsql.html)                                                                                                                 | `jdbc:hsqldb:hsql://localhost/mydb`                                                           |
| [IBM Db2](https://dbschema.com/jdbc-driver/db2.html)                                                                                                                 | `jdbc:db2://localhost:50000/mydb`                                                             |
| [Informix](https://www.ibm.com/docs/en/informix-servers/12.10.0?topic=started-informix-jdbc-driver)                                                                  | `jdbc:informix-sqli://localhost:1526/mydb:INFORMIXSERVER=server`                              |
| [MariaDB](https://mariadb.com/kb/en/installing-mariadb-connectorj/)                                                                                                  | `jdbc:mariadb://localhost:3306/mydb`                                                          |
| [Microsoft SQL Server](https://learn.microsoft.com/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server)                                                   | `jdbc:sqlserver://localhost:1433;databaseName=mydb`                                           |
| [MongoDB (Atlas SQL)](https://www.mongodb.com/try/download/jdbc-driver)                                                                                              | `jdbc:mongodb://localhost:27017/mydb?ssl=false`                                               |
| [MySQL](https://dev.mysql.com/downloads/connector/j/)                                                                                                                | `jdbc:mysql://localhost:3306/mydb`                                                            |
| [Neo4j](https://github.com/neo4j/neo4j-jdbc)                                                                                                                         | `jdbc:neo4j:bolt://localhost:7687`                                                            |
| [Oracle Database](https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html)                                                                           | `jdbc:oracle:thin:@//localhost:1521/orclpdb1`                                                 |
| [PostgreSQL](https://jdbc.postgresql.org/download/)                                                                                                                  | `jdbc:postgresql://localhost:5432/mydb`                                                       |
| [PrestoDB](https://prestodb.io/docs/current/installation/jdbc.html)                                                                                                  | `jdbc:presto://<HOST>:8080/<CATALOG>/<SCHEMA>`                                                |
| [QuestDB](https://dbschema.com/jdbc-driver/questdb.html)                                                                                                             | `jdbc:postgresql://localhost:8812/qdb`                                                        |
| [SAP HANA](https://dbschema.com/jdbc-driver/saphana.html)                                                                                                            | `jdbc:sap://localhost:30015/?databaseName=MYDB`                                               |
| [SingleStore](https://docs.singlestore.com/cloud/developer-resources/connect-with-application-development-tools/connect-with-java-jdbc/the-singlestore-jdbc-driver/) | `jdbc:singlestore://localhost:3306/mydb`                                                      |
| [Snowflake](https://docs.snowflake.com/en/developer-guide/jdbc/jdbc-download)                                                                                        | `jdbc:snowflake://account_name.snowflakecomputing.com/?db=MYDB&schema=PUBLIC`                 |
| [SQLite](https://github.com/xerial/sqlite-jdbc/releases)                                                                                                             | `jdbc:sqlite:/path/to/mydb.sqlite`                                                            |
| [Teradata](https://downloads.teradata.com/download/connectivity/jdbc-driver)                                                                                         | `jdbc:teradata://localhost/mydb`                                                              |
| [TimescaleDB](https://github.com/tigergraph/ecosys/blob/master/tools/etl/tg-jdbc-driver/README.md)                                                                   | `jdbc:postgresql://<HOST>:5432/<DATABASE>`                                                    |
| [Trino](https://trino.io/docs/current/client/jdbc.html)                                                                                                              | `jdbc:trino://localhost:8080/hive/default`                                                    |
| [Vertica](https://www.vertica.com/download/vertica/client-drivers/12-0-x/)                                                                                           | `jdbc:vertica://localhost:5433/mydb`                                                          |
| [YugabyteDB](https://docs.yugabyte.com/preview/drivers-orms/java/yugabyte-jdbc-reference/)                                                                           | `jdbc:postgresql://localhost:5433/mydb`                                                       |
