atris / JDBC_FDW

FDW that wraps JDBC for PostgreSQL.It can be used to connect and fetch data from any data source that supports JDBC
Other
66 stars 38 forks source link

Add support for multiple jar files #30

Open bmolleman opened 6 years ago

bmolleman commented 6 years ago

Hi,

PDI is an open source ETL tool. It also supports virtual tables which can be accessed by the pdi dataservice JDBC ThinDriver. This JDBC driver contains multiple jars. In clients like DBeaver and DBVisualizer I can use this driver only when I select all files (see attached image) dbeaver-edit-driver

Other examples of JDBC drivers which have more than one jar file are 'Teradata', 'Hadoop Apache Hive' and 'Hadoop Spark Hive'

Can you add support for multiple jar files?

Kind regards, Beer Molleman