Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 846 Bytes

README.md

File metadata and controls

36 lines (18 loc) · 846 Bytes

JDBC output plugins for Embulk

Forked to change behavior of Embulk string columns: we default VARCHAR for these columns, previously the default was CLOB.

JDBC output plugins for Embulk loads records to databases using JDBC drivers.

[WARNING!] The next version of embulk-output-jdbc will use embulk 0.9, and will require Java 8. Java 7 will no longer be supported.

MySQL

See embulk-output-mysql.

PostgreSQL

See embulk-output-postgresql.

Oracle

See embulk-output-oracle.

Redshift

See embulk-output-redshift.

SQL Server

See embulk-output-sqlserver.

DB2

See embulk-output-db2.

Others (generic JDBC)

See embulk-output-jdbc.