Skip to content

Database Extension Guide

The KNIME Database Extension provides nodes for connecting to JDBC-compliant databases, manipulating data inside the database, and writing results back — without leaving your workflow. All database nodes are included in every KNIME Analytics Platform installation; no additional extension is required.

Typical use cases include:

  • Filtering, aggregating, and joining large tables directly in the database
  • Reading query results into KNIME for further analysis
  • Writing processed data back to a database table
  • Automating database operations as part of a scheduled workflow

Database workflow overview

Connect to a database

A connector node creates a DB Session and passes it downstream as a DB Connection port. Every database workflow starts here.

Set up drivers

Read and transform data

DB nodes build SQL queries incrementally. The query runs only when a DB Reader node executes it.

Write and modify data

Hub and Server setup

Migration

Reference