An open API service indexing awesome lists of open source software.

https://github.com/embulk/embulk-output-jdbc

MySQL, PostgreSQL, Redshift and generic JDBC output plugins for Embulk
https://github.com/embulk/embulk-output-jdbc

Last synced: 7 days ago
JSON representation

MySQL, PostgreSQL, Redshift and generic JDBC output plugins for Embulk

Awesome Lists containing this project

README

        

# JDBC output plugins for Embulk

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

**[WARNING!]** The next version of embulk-output-jdbc will require Embulk v0.11 and Java 8. It may work with Java 11+, but not fully tested.

## MySQL

See [embulk-output-mysql](embulk-output-mysql/).

## PostgreSQL

See [embulk-output-postgresql](embulk-output-postgresql/).

## Redshift

See [embulk-output-redshift](embulk-output-redshift/).

## SQL Server

See [embulk-output-sqlserver](embulk-output-sqlserver/).

## Others (generic JDBC)

See [embulk-output-jdbc](embulk-output-jdbc/).