Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 510 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 510 Bytes

Presto DB2 connector Build Status

This is a plugin for Presto that allow you to use IBM DB2 Jdbc Connection

Connection Configuration

Create new properties file inside etc/catalog dir:

connector.name=db2
connection-url=jdbc:db2://ip:port/database
connection-user=myuser
connection-password=mypassword

Building Presto DB2 JDBC Plugin

mvn clean install