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

Db2 JDBC connector for Trino

License

Notifications You must be signed in to change notification settings

IBM/trino-db2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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