Database connector

The database connector is a implementation used for connecting to remote systems that are using JDBC. This includes databases like Oracle, MySQL, PostgreSQL, H2,.....

A valid driver has to be available in the classpath.

The scope of the connector is limited to a single table. Implementing views on the database can extend the behaviour.

Configuration

Below are all the parameters you can specify on this connector.

Supported functions

Below are the implemented operations on this connector.

Open issues

  • sorting

  • paging

  • multiple tables

Last updated